Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 1.25 KB

ReplicationTask.md

File metadata and controls

19 lines (15 loc) · 1.25 KB

ReplicationTask

Properties

Name Type Description Notes
Id int32 The ID of the task [optional] [default to null]
ExecutionId int32 The ID of the execution that the task belongs to [optional] [default to null]
Status string The status of the task [optional] [default to null]
JobId string The ID of the underlying job that the task related to [optional] [default to null]
Operation string The operation of the task [optional] [default to null]
ResourceType string The type of the resource that the task operates [optional] [default to null]
SrcResource string The source resource that the task operates [optional] [default to null]
DstResource string The destination resource that the task operates [optional] [default to null]
StartTime time.Time The start time of the task [optional] [default to null]
EndTime time.Time The end time of the task [optional] [default to null]

[Back to Model list] [Back to API list] [Back to README]