NSX-T Data Center REST API
# ***************************************************************************
# Copyright 2020-2024 VMware, Inc. All rights reserved. VMware Confidential.
# ***************************************************************************
VpcStatus (schema)
Status of VPC and components under it.
| Name | Description | Type | Notes |
|---|---|---|---|
| span | VPC Span 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 |
BaseSpan (Abstract type: pass one of the following concrete types) ClusterBasedSpan ZoneBasedSpan |
Readonly |
| status | Status of this object | string | Enum: SUCCESS, ERROR, UNINITIALIZED, IN_PROGRESS, UNKNOWN |
| vpc | Status of children objects under VPC | VpcAndChildrenStatus |