Representation of a cloud used by Cloudiator
| Name | Type | Description | Notes |
|---|---|---|---|
| endpoint | String | URI where the api of this cloud provider can be accessed. | [optional] |
| cloudType | CloudType | ||
| api | Api | ||
| credential | CloudCredential | ||
| cloudConfiguration | CloudConfiguration | [optional] | |
| id | String | Unique identifier for the cloud | [optional] |
| owner | String | Id of the user owning this cloud. | [optional] |
| state | StateEnum | State of the cloud | [optional] |
| diagnostic | String | Diagnostic information for the cloud | [optional] |
| Name | Value |
|---|---|
| OK | "OK" |
| ERROR | "ERROR" |