InlineIpPoolSubnet1
InlineIpPoolSubnet1
JSON Example
{
"allocation_ranges": [
{
"_links": [
{
"action": "string",
"href": "string",
"rel": "string"
}
],
"_schema": "string",
"_self": {},
"end": "string",
"start": "string"
}
],
"cidr": "string",
"dns_nameservers": [
"string"
],
"dns_suffix": "string",
"gateway_ip": "string"
}
string
cidr
Required
Represents network address and the prefix length which will be associated with a layer-2 broadcast domain
array of
string
dns_nameservers
Optional
Constraints:
maxItems: 3
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.