NSX-T Data Center REST API

ManagedVpcInfo (type)

{
  "description": "Stores the account ID and VPC ID of the corresponding managed VPC. A managed VPC is a AWS compute VPC, which is NSX managed by a transit VPC.", 
  "extends": {
    "$ref": "VirtualPrivateCloudInfo
  }, 
  "id": "ManagedVpcInfo", 
  "module_id": "CloudServiceManager", 
  "properties": {
    "_links": {
      "description": "The server will populate this field when returing the resource. Ignored on PUT and POST.", 
      "items": {
        "$ref": "ResourceLink
      }, 
      "readonly": true, 
      "title": "References related to this resource", 
      "type": "array"
    }, 
    "_schema": {
      "readonly": true, 
      "title": "Schema for this resource", 
      "type": "string"
    }, 
    "_self": {
      "$ref": "SelfResourceLink, 
      "readonly": true, 
      "title": "Link to this resource"
    }, 
    "associated_account_ids": {
      "description": "Cloud account ID related to the virtual private cloud.", 
      "items": {
        "type": "string"
      }, 
      "readonly": true, 
      "required": true, 
      "title": "Array of Cloud Account IDs", 
      "type": "array"
    }, 
    "virtual_private_cloud_id": {
      "description": "Virtual private cloud ID of the corresponding cloud.", 
      "readonly": true, 
      "required": true, 
      "title": "Virtual Private Cloud ID", 
      "type": "string"
    }, 
    "virtual_private_cloud_name": {
      "description": "Virtual private cloud name of the corresponding cloud.", 
      "readonly": true, 
      "required": true, 
      "title": "Virtual Private Cloud name", 
      "type": "string"
    }
  }, 
  "title": "AWS Managed VPC Information", 
  "type": "object"
}