NSX-T Data Center REST API
AwsVpcOpStatus (type)
{
"description": "Operational status of the AWS VPC. After there are gateways deployed in a VPC, that VPC is called as transit VPC and it's status will be set as NSX_MANAGED_BY_GATEWAY. For all the compute VNets which are being managed by a transit VPC, their status will be set as NSX_MANAGED_BY_TRANSIT_VPC. NSX_GATEWAY_ERROR status means gateways are deployed in VPC, but no gateway is UP and at least one gateway is DOWN. The remaining gateway can be in NOT_AVAILABLE state. NSX_COMPUTE_ERROR status will be shown in compute VPC when transit VPC is in NSX_GATEWAY_ERROR state. Status for all the rest of the VPCs will be NSX_UNMANAGED. NSX_MANAGED is deprecated.",
"enum": [
"NSX_MANAGED_BY_GATEWAY",
"NSX_MANAGED_BY_TRANSIT_VPC",
"NSX_MANAGED",
"NSX_UNMANAGED",
"NSX_GATEWAY_ERROR",
"NSX_COMPUTE_ERROR"
],
"id": "AwsVpcOpStatus",
"module_id": "CloudServiceManager",
"readonly": true,
"required": false,
"title": "Operational Status",
"type": "string"
}