models_v2.type_61_enum module

class models_v2.type_61_enum.Type61Enum[source]

Bases: object

Implementation of the ‘Type61’ enum.

Specifies the status of the resource.

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'