models_v2.status_23_enum module

class models_v2.status_23_enum.Status23Enum[source]

Bases: object

Implementation of the ‘Status23’ enum.

Specifies the replication status.

Attributes:

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

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