models_v2.last_replication_run_status_enum module¶
- 
class 
models_v2.last_replication_run_status_enum.LastReplicationRunStatusEnum[source]¶ Bases:
objectImplementation of the ‘LastReplicationRunStatus’ enum.
Specifies the status of last replication run.
- Attributes:
 ACCEPTED: TODO: type description here. RUNNING: TODO: type description here. CANCELED: TODO: type description here. CANCELING: TODO: type description here. FAILED: TODO: type description here. MISSED: TODO: type description here. SUCCEEDED: TODO: type description here. SUCCEEDEDWITHWARNING: TODO: type description here. ONHOLD: TODO: type description here.
- 
ACCEPTED= 'Accepted'¶ 
- 
CANCELED= 'Canceled'¶ 
- 
CANCELING= 'Canceling'¶ 
- 
FAILED= 'Failed'¶ 
- 
MISSED= 'Missed'¶ 
- 
ONHOLD= 'OnHold'¶ 
- 
RUNNING= 'Running'¶ 
- 
SUCCEEDED= 'Succeeded'¶ 
- 
SUCCEEDEDWITHWARNING= 'SucceededWithWarning'¶