Skip to content

Latest commit

 

History

History
39 lines (24 loc) · 900 Bytes

Schedule.md

File metadata and controls

39 lines (24 loc) · 900 Bytes

Schedule

Properties

Name Type Description Notes
job String The identifier of the job [optional]
instantiation InstantiationEnum If the instantiation should be handled AUTOMATIC or MANUAL [optional]
id String [optional]
owner String [optional]
processes List<CloudiatorProcess> [optional]
state StateEnum [optional]

Enum: InstantiationEnum

Name Value
AUTOMATIC "AUTOMATIC"
MANUAL "MANUAL"

Enum: StateEnum

Name Value
PENDING "PENDING"
RUNNING "RUNNING"
ERROR "ERROR"
RESTORING "RESTORING"
DELETED "DELETED"
MANUAL "MANUAL"