InlineIpPoolSubnet1

InlineIpPoolSubnet1
InlineIpPoolSubnet1
JSON Example
{
    "dns_nameservers": [
        "string"
    ],
    "cidr": "string",
    "gateway_ip": "string",
    "allocation_ranges": [
        {
            "_self": {
                "action": "string",
                "href": "string",
                "rel": "string"
            },
            "_links": [
                {
                    "action": "string",
                    "href": "string",
                    "rel": "string"
                }
            ],
            "_schema": "string",
            "start": "string",
            "end": "string"
        }
    ],
    "dns_suffix": "string"
}
array of string
dns_nameservers
Optional

The collection of upto 3 DNS servers for the subnet.

string
cidr
Required

Represents network address and the prefix length which will be associated with a layer-2 broadcast domain

string As ip As ip
gateway_ip
Optional

The default gateway address on a layer-3 router.

allocation_ranges
Required

A collection of IPv4 or IPv6 IP Pool Ranges.

string As hostname As hostname
dns_suffix
Optional

The DNS suffix for the DNS server.