IpOverEthernetAddressData

IpOverEthernetAddressData
IpOverEthernetAddressData

This type represents network address data for IP over Ethernet.

JSON Example
{
    "macAddress": "macAddress",
    "ipAddresses": [
        {
            "fixedAddresses": [
                null,
                null
            ],
            "subnetId": "subnetId",
            "addressRange": {
                "maxAddress": "maxAddress",
                "minAddress": "minAddress"
            },
            "type": "IPV4",
            "numDynamicAddresses": 6
        },
        {
            "fixedAddresses": [
                null,
                null
            ],
            "subnetId": "subnetId",
            "addressRange": {
                "maxAddress": "maxAddress",
                "minAddress": "minAddress"
            },
            "type": "IPV4",
            "numDynamicAddresses": 6
        }
    ]
}
string As MAC As MAC
macAddress
Optional

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

ipAddresses
Optional

List of IP addresses to assign to the CP instance. Each entry represents IP address data for fixed or dynamic IP address assignment per subnet. If this attribute is not present, no IP address shall be assigned.

Property Of