NSX-T Data Center REST API
VpcStatus (type)
{
"extends": {
"$ref": "StatusEnum"
},
"id": "VpcStatus",
"module_id": "PolicyVpcStatistics",
"properties": {
"span": {
"$ref": "BaseSpan",
"description": "VPC span - Zone or Cluster based. ClusterBasedSpan - Defines VPC span based on vSphere Clusters which are members of the NetworkSpan object referred using \"span_path\". ZoneBasedSpan - Defines VPC span based on Zones. If VPC is connected to TransitGateway VPC span is derived from connected TransitGateway Span. For Isolated VPC, 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 Span"
},
"status": {
"enum": [
"SUCCESS",
"ERROR",
"UNINITIALIZED",
"IN_PROGRESS",
"UNKNOWN"
],
"required": false,
"title": "Status of this object",
"type": "string"
},
"vpc": {
"$ref": "VpcAndChildrenStatus",
"required": false,
"title": "Status of children objects under VPC"
}
},
"title": "Status of VPC and components under it.",
"type": "object"
}