NSX-T Data Center REST API

VpcSubnetStatus (type)

{
  "description": "Realized state of the VPC Subnet, this will show user information related to ip pool, dhcp etc.",
  "id": "VpcSubnetStatus",
  "module_id": "PolicyVpcSubnet",
  "properties": {
    "dhcp_ranges": {
      "description": "DHCP address ranges are used for dynamic IP allocation. Existing values cannot be deleted or modified",
      "title": "DHCP address ranges for dynamic IP allocation",
      "type": "string"
    },
    "dhcp_server_address": {
      "description": "Dhcp server IP address.",
      "title": "Dhcp server IP address",
      "type": "string"
    },
    "gateway_address": {
      "description": "Gateway address of the VPC Subnet",
      "title": "Gateway Address",
      "type": "string"
    },
    "ip_address_type": {
      "description": "This defines the IP address type that will be allocated for VPC Subnets.",
      "enum": [
        "IPV4",
        "IPV6"
      ],
      "title": "IP address type",
      "type": "string"
    },
    "network_address": {
      "description": "Network address of the VPC Subnet",
      "title": "Network Address",
      "type": "string"
    },
    "static_ip_pool_path": {
      "description": "Static IP Pool used to allocate IPs. For ex, for DHCP static binding, LB VIP etc. This will also have pool usage inforamation.",
      "title": "IP Pool",
      "type": "string"
    },
    "static_ip_pool_range": {
      "description": "Static IP address ranges used for IP allocation.",
      "title": "Address ranges for static IP allocation",
      "type": "string"
    }
  },
  "title": "Realized state of the VPC Subnet",
  "type": "object"
}