IpOverEthernetAddressData_ipAddresses_inner

IpOverEthernetAddressData_ipAddresses_inner
IpOverEthernetAddressData_ipAddresses_inner
JSON Example
{
    "fixedAddresses": [
        null,
        null
    ],
    "subnetId": "subnetId",
    "addressRange": {
        "maxAddress": "maxAddress",
        "minAddress": "minAddress"
    },
    "type": "IPV4",
    "numDynamicAddresses": 6
}
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.

string
subnetId
Optional

An identifier maintained by the VIM or other resource provider. It is expected to be unique within the VIM instance. Representation: string of variable length.