Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 944 Bytes

Location.md

File metadata and controls

32 lines (21 loc) · 944 Bytes

Location

Repesents a (virtual) location offers by a cloud

Properties

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]

Enum: LocationScopeEnum

Name Value
PROVIDER "PROVIDER"
REGION "REGION"
ZONE "ZONE"
HOST "HOST"