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
{
    "macAddress": "string",
    "ipAddresses": [
        {
            "type": "string",
            "addresses": [
                "string"
            ],
            "isDynamic": false,
            "addressRange": {
                "minAddress": "string",
                "maxAddress": "string"
            },
            "subnetId": "string"
        }
    ],
    "type": "string",
    "addresses": "string",
    "isDynamic": false,
    "addressRange": {
        "minAddress": "string",
        "maxAddress": "string"
    },
    "minAddress": "string",
    "maxAddress": "string",
    "subnetId": "string"
}
macAddress
Required

macAddress

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,
addresses
Optional

addresses

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

minAddress
Optional

minAddress

maxAddress
Optional

maxAddress

subnetId
Optional

subnetId

Property Of