InlineIpAddressPoolStaticSubnet1

InlineIpAddressPoolStaticSubnet1
InlineIpAddressPoolStaticSubnet1
JSON Example
{
    "allocation_ranges": [
        {
            "_links": [
                {
                    "action": "string",
                    "href": "string",
                    "rel": "string"
                }
            ],
            "_schema": "string",
            "_self": {
                "action": "string",
                "href": "string",
                "rel": "string"
            },
            "end": "string",
            "start": "string"
        }
    ],
    "cidr": "string",
    "dns_nameservers": [
        "string"
    ],
    "dns_suffix": "string",
    "gateway_ip": "string"
}
allocation_ranges
Required

A collection of IPv4 or IPv6 IP Pool Ranges.

string
cidr
Required

Subnet representation is a network address and prefix length

array of string
dns_nameservers
Optional

The collection of upto 3 DNS servers for the subnet.

string As hostname As hostname
dns_suffix
Optional

The DNS suffix for the DNS server.

string As ip As ip
gateway_ip
Optional

The default gateway address on a layer-3 router.