Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 584 Bytes

ScheduleAllOf.md

File metadata and controls

28 lines (17 loc) · 584 Bytes

ScheduleAllOf

Properties

Name Type Description Notes
id String [optional]
owner String [optional]
processes List<CloudiatorProcess> [optional]
state StateEnum [optional]

Enum: StateEnum

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