models_v2.status_22_enum module

class models_v2.status_22_enum.Status22Enum[source]

Bases: object

Implementation of the ‘Status22’ enum.

Specifies the failover status.

Attributes:

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

FAILED = 'Failed'
RUNNING = 'Running'
SUCCEEDED = 'Succeeded'