StaticIpListSpec

StaticIpListSpec
StaticIpListSpec

IP assignment specification for Static IP List.

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