StaticIpv6MacListSpec

StaticIpv6MacListSpec
StaticIpv6MacListSpec

IPv6 and MAC assignment specification for Static IP List.

AllOf
This class requires all of the following:
JSON Example
{
    "resource_type": "string",
    "default_gateway": "string",
    "ipv6_mac_list": [
        {
            "ipv6": "string",
            "mac": "string"
        }
    ],
    "prefix_length": "string"
}