NSX-T Data Center REST API

ConnectedVpc (type)

{
  "additionalProperties": false,
  "description": "Indicates which connectivity policy a VPC belongs to.",
  "id": "ConnectedVpc",
  "module_id": "PolicyTransitGateway",
  "properties": {
    "connectivity_policy": {
      "description": "Path of connectivity policy that the VPC belongs to.",
      "required": false,
      "title": "Connectivity policy path",
      "type": "string"
    },
    "vpc": {
      "description": "Path of VPC.",
      "required": false,
      "title": "VPC path",
      "type": "string"
    }
  },
  "type": "object"
}