NSX-T Data Center REST API
AzureTransitVnetInfo (type)
{ "description": "Stores the account ID and VNet ID related to the transit VNet. A transit VNet is a Azure VNet in which public cloud gateways are deployed and is managing the workload VMs present in other compute VNets.", "extends": { "$ref": "VirtualPrivateCloudInfo }, "id": "AzureTransitVnetInfo", "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": "Azure Transit VNet Information", "type": "object" }