NSX-T Data Center REST API

CloudTypeConfig (type)

{
  "additionalProperties": false, 
  "description": "These parameters will be used to display the list of clouds and whether they are enabled (desired) / disabled (undesired) by the user.", 
  "extends": {
    "$ref": "CloudTypeInfo
  }, 
  "id": "CloudTypeConfig", 
  "module_id": "CloudAccounts", 
  "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"
    }, 
    "enabled": {
      "description": "A particular cloud type is configured by the user to be enabled or not in the list of desired cloud types.", 
      "required": true, 
      "title": "Flag to enable specific cloud-type to be managed by CSM", 
      "type": "boolean"
    }
  }, 
  "title": "Cloud types information", 
  "type": "object"
}