Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 904 Bytes

Cloud.md

File metadata and controls

30 lines (19 loc) · 904 Bytes

Cloud

Representation of a cloud used by Cloudiator

Properties

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]

Enum: StateEnum

Name Value
OK "OK"
ERROR "ERROR"