models_v2.protection_run_status_enum module

class models_v2.protection_run_status_enum.ProtectionRunStatusEnum[source]

Bases: object

Implementation of the ‘ProtectionRunStatus’ enum.

Specifies the status of protection runs.

Attributes:

RUNNING: TODO: type description here. CANCELED: TODO: type description here. FAILED: TODO: type description here. SUCCEEDED: TODO: type description here. SUCCEEDEDWITHWARNING: TODO: type description here.

CANCELED = 'Canceled'
FAILED = 'Failed'
RUNNING = 'Running'
SUCCEEDED = 'Succeeded'
SUCCEEDEDWITHWARNING = 'SucceededWithWarning'