IpOverEthernetAddressInfo_ipAddresses_inner

IpOverEthernetAddressInfo_ipAddresses_inner
IpOverEthernetAddressInfo_ipAddresses_inner
JSON Example
{
    "subnetId": "subnetId",
    "addresses": [
        null,
        null
    ],
    "isDynamic": true,
    "addressRange": {
        "maxAddress": "maxAddress",
        "minAddress": "minAddress"
    },
    "type": "IPV4"
}
string
type
Required

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

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

Fixed addresses assigned (from the subnet defined by "subnetId" if provided).

boolean
isDynamic
Optional

Indicates whether this set of addresses was assigned dynamically (true) or based on address information provided as input from the API consumer (false). Shall be present if "addresses" is present and shall be absent otherwise.

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.