IpOverEthernetAddressInfo

IpOverEthernetAddressInfo
IpOverEthernetAddressInfo

This type represents information about a network address that has been assigned. It shall comply with the provisions defined in Table 6.5.3.18-1.

JSON Example
{
    "maxAddress": "maxAddress",
    "subnetId": "subnetId",
    "macAddress": "macAddress",
    "addresses": "addresses",
    "isDynamic": true,
    "addressRange": {
        "maxAddress": "maxAddress",
        "minAddress": "minAddress"
    },
    "ipAddresses": [
        {
            "subnetId": "subnetId",
            "addresses": [
                null,
                null
            ],
            "isDynamic": true,
            "addressRange": {
                "maxAddress": "maxAddress",
                "minAddress": "minAddress"
            },
            "type": "IPV4"
        },
        {
            "subnetId": "subnetId",
            "addresses": [
                null,
                null
            ],
            "isDynamic": true,
            "addressRange": {
                "maxAddress": "maxAddress",
                "minAddress": "minAddress"
            },
            "type": "IPV4"
        }
    ],
    "minAddress": "minAddress",
    "type": "PV4"
}
string As MAC As MAC
macAddress
Required

A MAC address. Representation: string that consists of groups of two hexadecimal digits, separated by hyphens or colons.

ipAddresses
Required

Addresses assigned to the CP instance. Each entry represents IP addresses assigned by fixed or dynamic IP address assignment per subnet.

string
type
Optional

The type of the IP addresses

Possible values are : PV4, PV6,
string As IP As IP
addresses
Optional

An IPV4 or IPV6 address. Representation: In case of an IPV4 address, string that consists of four decimal integers separated by dots, each integer ranging from 0 to 255. In case of an IPV6 address, string that consists of groups of zero to four hexadecimal digits, separated by colons.

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.

addressRange
Optional

addressRange

string As IP As IP
minAddress
Optional

An IPV4 or IPV6 address. Representation: In case of an IPV4 address, string that consists of four decimal integers separated by dots, each integer ranging from 0 to 255. In case of an IPV6 address, string that consists of groups of zero to four hexadecimal digits, separated by colons.

string As IP As IP
maxAddress
Optional

An IPV4 or IPV6 address. Representation: In case of an IPV4 address, string that consists of four decimal integers separated by dots, each integer ranging from 0 to 255. In case of an IPV6 address, string that consists of groups of zero to four hexadecimal digits, separated by colons.

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.

Property Of