NSX-T Data Center REST API
CsmSupportedRegions (type)
{ "additionalProperties": false, "extends": { "$ref": "Resource }, "id": "CsmSupportedRegions", "module_id": "CloudAccounts", "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" }, "cloud_type": { "enum": [ "AWS", "AZURE", "AWS_GOV_US_EAST", "AWS_GOV_US_WEST", "AZURE_GOV_US" ], "readonly": true, "required": false, "title": "Type of cloud", "type": "string" }, "supported_regions": { "items": { "type": "string" }, "readonly": true, "required": false, "title": "Array of supported regions on the type of cloud", "type": "array" } }, "title": "Csm supported regions for cloud type", "type": "object" }