NSX-T Data Center REST API

VpcTransitGatewayStatusResult (type)

{
  "additionalProperties": false,
  "id": "VpcTransitGatewayStatusResult",
  "module_id": "PolicyTransitGatewayStatistics",
  "properties": {
    "attachments": {
      "items": {
        "$ref": "RealizationEntity"
      },
      "type": "array"
    },
    "path": {
      "required": false,
      "title": "Policy path of the object",
      "type": "string"
    },
    "realization_entities": {
      "items": {
        "$ref": "RealizationEntity"
      },
      "type": "array"
    },
    "realization_id": {
      "required": false,
      "title": "Realization id of this object",
      "type": "string"
    },
    "span": {
      "$ref": "BaseSpan",
      "description": "TransitGateway span - Zone or Cluster based. TransitGateway will be associated with default span 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": "TransitGateway span"
    },
    "status": {
      "enum": [
        "SUCCESS",
        "ERROR",
        "UNINITIALIZED",
        "IN_PROGRESS",
        "UNKNOWN"
      ],
      "required": true,
      "title": "Realization state of this object",
      "type": "string"
    }
  },
  "title": "Collection of VPC TransitGateway Status",
  "type": "object"
}