SEND US FEEDBACK!
vSphere API/SDK Documentation > vSphere Management SDK > vSphere Web Services SDK Documentation > VMware vSphere API Reference > Data Object Types > R
  • 0 Ratings

Data Object - ReplicationVmProgressInfo(vim.HbrManager.ReplicationVmInfo.ProgressInfo)

Property of
HbrManagerReplicationVmInfo
Extends
DynamicData
Since
vSphere API 5.0

Data Object Description

A set of statistics related to the progress of the current operation (full sync or lwd).

Properties

Name Type Description
bytesToTransferxsd:long

The total number of bytes to be transferred.

For lwd operations, this is the total size of the disk images that are transferring. This is known from the start and will not change during a lwd operation.

For sync operations, this is the total size of the blocks that have been found not to match between the primary and secondary (by comparing checksums). It starts from 0 and grows as the checksum operations advance. The value includes (i.e. counts multiple times) areas that will end up being transferred more than once (due to stopping and continuing the operation, or for some errors).

bytesTransferredxsd:long

Number of bytes transferred so far.

For sync operations, this value includes (i.e. counts multiple times) areas that were transferred multiple times (due to stopping and continuing the operation, or for some errors).

checksumComparedBytes*xsd:long

The total number of bytes that were checksummed, only present for sync tasks.
checksumTotalBytes*xsd:long

The total number of bytes to be checksummed, only present for sync tasks. This is the total size of all disks.
progressxsd:int

An estimation of the operation progress as a percentage completed, from 0 to 100.
Properties inherited from DynamicData
None
*Need not be set
Show WSDL type definition




Feedback

  • 0 Ratings