StaticIpMacListSpec

StaticIpMacListSpec
StaticIpMacListSpec

IP and MAC assignment specification for Static IP List.

AllOf
This class requires all of the following:
JSON Example
{
    "resource_type": "string",
    "default_gateway": "string",
    "ip_mac_list": [
        {
            "ip": "string",
            "mac": "string"
        }
    ],
    "subnet_mask": "string"
}