IpOverEthernetAddressData_ipAddresses

IpOverEthernetAddressData_ipAddresses
IpOverEthernetAddressData_ipAddresses
JSON Example
{
    "type": "string",
    "fixedAddresses": [
        "string"
    ],
    "numDynamicAddresses": 0,
    "addressRange": {
        "minAddress": "string",
        "maxAddress": "string"
    },
    "subnetId": "string"
}
string
type
Required

The type of the IP addresses. Permitted values: IPV4, IPV6.

Possible values are : IPV4, IPV6,
array of IpAddress
fixedAddresses
Optional

Fixed addresses to assign (from the subnet defined by "subnetId" if provided). Exactly one of "fixedAddresses", "numDynamicAddresses" or "ipAddressRange" shall be present.

integer
numDynamicAddresses
Optional

Number of dynamic addresses to assign (from the subnet defined by "subnetId" if provided). Exactly one of "fixedAddresses", "numDynamicAddresses" or "ipAddressRange" shall be present.

addressRange
Optional

addressRange

subnetId
Optional

subnetId