NSX-T Data Center REST API
VpcSubnetStatusListResult (type)
{
"additionalProperties": false,
"extends": {
"$ref": "ListResult"
},
"id": "VpcSubnetStatusListResult",
"module_id": "PolicyVpcSubnet",
"properties": {
"_links": {
"description": "The server will populate this field when returing the resource. Ignored on PUT and POST.",
"items": {
"$ref": "ResourceLink"
},
"readonly": true,
"title": "References related to this resource",
"type": "array"
},
"_schema": {
"readonly": true,
"title": "Schema for this resource",
"type": "string"
},
"_self": {
"$ref": "SelfResourceLink",
"readonly": true,
"title": "Link to this resource"
},
"cursor": {
"readonly": true,
"title": "Opaque cursor to be used for getting next page of records (supplied by current result page)",
"type": "string"
},
"path": {
"description": "This defines the policy path for the VPC.",
"required": false,
"title": "Policy path of the object",
"type": "string"
},
"ports": {
"items": {
"$ref": "RealizationEntity"
},
"type": "array"
},
"realization_entities": {
"items": {
"$ref": "RealizationEntity"
},
"type": "array"
},
"realization_specific_identifier": {
"description": "This defines the realization specific identifier that will be allocated for the VPC.",
"required": false,
"title": "Realization id of this object",
"type": "string"
},
"result_count": {
"readonly": true,
"title": "Count of results found (across all pages), set only on first page",
"type": "integer"
},
"results": {
"items": {
"$ref": "VpcSubnetStatus"
},
"title": "VPC Subnet list results",
"type": "array"
},
"sort_ascending": {
"readonly": true,
"title": "If true, results are sorted in ascending order",
"type": "boolean"
},
"sort_by": {
"readonly": true,
"title": "Field by which records are sorted",
"type": "string"
},
"span": {
"$ref": "BaseSpan",
"description": "VPC subnet span - Zone or Cluster based. ClusterBasedSpan - Defines the Span based on vSphere Clusters which are members of the NetworkSpan object referred using \"span_path\". ZoneBasedSpan - Defines the VPC subnet span based on Zones. VPC is connected to TransitGateway, Subnet Span is inherited from TransitGateway In case of Isolated VPC, subnet span is derived as follows For default project - span set to system default span /infra/network-spans/default For user created project - set to project default span or all zones based on project configuration",
"nsx_feature": "VpcTgwSpan",
"readonly": true,
"required": false,
"title": "VPC Subnet Span"
},
"status": {
"description": "This defines the realization state for the VPC resource.",
"enum": [
"SUCCESS",
"ERROR",
"UNINITIALIZED",
"IN_PROGRESS",
"UNKNOWN"
],
"title": "Realization state of this object",
"type": "string"
}
},
"title": "Paged Collection of VPC Subnet Status",
"type": "object"
}