NSX-T Data Center REST API
AwsTransitVpcInfo (schema)
AWS Transit VPC Information
Stores the account ID and VPC ID related to the transit VPC. A transit VPC is a AWS VPC in which public cloud gateways are deployed and is managing the workload VMs present in other compute VPCs.
| Name | Description | Type | Notes |
|---|---|---|---|
| _links | References related to this resource The server will populate this field when returing the resource. Ignored on PUT and POST. |
array of ResourceLink | Readonly |
| _schema | Schema for this resource | string | Readonly |
| _self | Link to this resource | SelfResourceLink | Readonly |
| associated_account_ids | Array of Cloud Account IDs Cloud account ID related to the virtual private cloud. |
array of string | Required Readonly |
| virtual_private_cloud_id | Virtual Private Cloud ID Virtual private cloud ID of the corresponding cloud. |
string | Required Readonly |
| virtual_private_cloud_name | Virtual Private Cloud name Virtual private cloud name of the corresponding cloud. |
string | Required Readonly |