NSX-T Data Center REST API

IpAddressBlockVPCSubnets (type)

{
  "additionalProperties": false,
  "description": "This contains list of VPC subnets.",
  "id": "IpAddressBlockVPCSubnets",
  "module_id": "PolicyIpam",
  "nsx_feature": "IpBlockQuota",
  "properties": {
    "creation_time": {
      "description": "Creation Timestamp in milliseconds since epoch.",
      "title": "Time of Creation",
      "type": "integer"
    },
    "policy_path": {
      "description": "This represents policy path of the VPC subnet.",
      "readonly": true,
      "title": "Policy path of the VPC subnet",
      "type": "string"
    },
    "size": {
      "description": "This contains size of VPC subnets",
      "title": "Size of VPC subnet",
      "type": "integer"
    }
  },
  "title": "Details of VPC subnets",
  "type": "object"
}