NSX-T Data Center REST API

VpcStatus (type)

{
  "extends": {
    "$ref": "StatusEnum"
  },
  "id": "VpcStatus",
  "module_id": "PolicyVpcStatistics",
  "properties": {
    "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"
}