IpOverEthernetAddressData

IpOverEthernetAddressData
IpOverEthernetAddressData

This type represents network address data for IP over Ethernet.

JSON Example
{
    "macAddress": "string",
    "ipAddresses": [
        {
            "type": "string",
            "fixedAddresses": [
                "string"
            ],
            "numDynamicAddresses": 0,
            "addressRange": {
                "minAddress": "string",
                "maxAddress": "string"
            },
            "subnetId": "string"
        }
    ]
}
macAddress
Optional

macAddress

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