[{"label":"Latest (1.0.0)","version":"latest"}]
vsphere-replication-api
SyncProgressData
Information about the sync progress of a replication.
Properties
integer as int64
checksum_current
Optional
integer as int64
checksum_total
Optional
integer as int32
progress
Optional
integer as int64
transferred_current
Optional
integer as int64
transferred_total
Optional
JSON Example
{
"checksum_current": 0,
"checksum_total": 0,
"progress": 0,
"transferred_current": 0,
"transferred_total": 0
}