NSX-T Data Center REST API

CloudTypeInfo (type)

{
  "additionalProperties": false, 
  "id": "CloudTypeInfo", 
  "module_id": "CloudServiceManager", 
  "properties": {
    "cloud_type": {
      "description": "Name of the cloud vendor.", 
      "enum": [
        "AWS", 
        "AZURE", 
        "AWS_GOV_US_EAST", 
        "AWS_GOV_US_WEST", 
        "AZURE_GOV_US"
      ], 
      "readonly": true, 
      "required": false, 
      "title": "Cloud Type", 
      "type": "string"
    }
  }, 
  "title": "Cloud Type information", 
  "type": "object"
}