Repesents a (virtual) location offers by a cloud
| Name | Type | Description | Notes |
|---|---|---|---|
| id | String | Unique identifier | |
| name | String | Human-readable name | |
| providerId | String | Original id issued by the provider | |
| locationScope | LocationScopeEnum | Scope of the location | |
| isAssignable | Boolean | True of the location can be used to start virtual machines, false if not | |
| geoLocation | GeoLocation | [optional] | |
| parent | Location | [optional] | |
| state | DiscoveryItemState | [optional] | |
| owner | String | [optional] |
| Name | Value |
|---|---|
| PROVIDER | "PROVIDER" |
| REGION | "REGION" |
| ZONE | "ZONE" |
| HOST | "HOST" |