NSX-T Data Center REST API
VirtualPrivateCloudInfo (type)
{ "additionalProperties": false, "description": "Stores the array of account IDs and virtual private cloud ID related to the cloud account.", "extends": { "$ref": "Resource }, "id": "VirtualPrivateCloudInfo", "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": "Virtual Private Cloud Information", "type": "object" }