[{"label":"Latest (v1.0)","version":"latest"}]
nsx-vmc-policy

InlineIpAddressPoolStaticSubnet1

Properties

array of IpPoolRange
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 as ip
dns_nameservers Optional

The collection of upto 3 DNS servers for the subnet.


string as hostname
dns_suffix Optional

The DNS suffix for the DNS server.


string as ip
gateway_ip Optional

The default gateway address on a layer-3 router.

JSON Example

{
	"allocation_ranges": [
		{
			"end": "string",
			"start": "string"
		}
	],
	"cidr": "string"
}

Vendor Extensions

This class contains the following vendor extensions defined in the spec:
x-vmw-nsx-module: PolicyIpam
[{"label":"Latest (v1.0)","version":"latest"}]
nsx-vmc-policy
Used By

IpAddressPoolStaticSubnet

Feedback

Was this page helpful?