models_v2.replication_object_status_enum module¶
-
class
models_v2.replication_object_status_enum.ReplicationObjectStatusEnum[source]¶ Bases:
objectImplementation of the ‘replicationObjectStatus’ enum.
TODO: type enum description here.
- Attributes:
KINPROGRESS: TODO: type description here. KSUCCESSFUL: TODO: type description here. KFAILED: TODO: type description here. KWAITINGFORNEXTATTEMPT: TODO: type description here. KWARNING: TODO: type description here.
-
KFAILED= 'kFailed'¶
-
KINPROGRESS= 'kInProgress'¶
-
KSUCCESSFUL= 'kSuccessful'¶
-
KWAITINGFORNEXTATTEMPT= 'kWaitingForNextAttempt'¶
-
KWARNING= 'kWarning'¶