NSX-T Data Center REST API
VpcSubnetStatus (schema)
Realized state of the VPC Subnet
Realized state of the VPC Subnet, this will show user information related to ip pool, dhcp etc.
Name | Description | Type | Notes |
---|---|---|---|
dhcp_ranges | DHCP address ranges for dynamic IP allocation DHCP address ranges are used for dynamic IP allocation. Existing values cannot be deleted or modified |
string | |
dhcp_server_address | Dhcp server IP address Dhcp server IP address. |
string | |
gateway_address | Gateway Address Gateway address of the VPC Subnet |
string | |
ip_address_type | IP address type This defines the IP address type that will be allocated for VPC Subnets. |
string | Enum: IPV4, IPV6 |
network_address | Network Address Network address of the VPC Subnet |
string | |
static_ip_pool_path | IP Pool Static IP Pool used to allocate IPs. For ex, for DHCP static binding, LB VIP etc. This will also have pool usage inforamation. |
string | |
static_ip_pool_range | Address ranges for static IP allocation Static IP address ranges used for IP allocation. |
string |