models_v2.status_11_enum module

class models_v2.status_11_enum.Status11Enum[source]

Bases: object

Implementation of the ‘Status11’ enum.

Specifies the current status of the object.

Attributes:

SCHEDULED: TODO: type description here. INPROGRESS: TODO: type description here. SUCCEEDED: TODO: type description here. FAILED: TODO: type description here. CANCELED: TODO: type description here.

CANCELED = 'canceled'
FAILED = 'failed'
INPROGRESS = 'inProgress'
SCHEDULED = 'scheduled'
SUCCEEDED = 'succeeded'