NSX-T Data Center REST API
RegionListConfig (type)
{
"additionalProperties": false,
"id": "RegionListConfig",
"module_id": "CloudServiceManager",
"properties": {
"default_client_region": {
"description": "Optional property only for AWS to configure a default region that cloud SDK clients can connect to for querying AWS information. If not specified, AWS SDK uses 'us-west-2' as the default.",
"required": false,
"title": "Default region only for AWS for cloud SDK clients to connect to\n",
"type": "string"
},
"regions": {
"items": {
"$ref": "RegionConfig
},
"required": false,
"title": "Cloud account regions list",
"type": "array"
}
},
"title": "Cloud account regions list",
"type": "object"
}