Files
deb-python-pyvmomi/docs/vim/HbrManager/ReplicationVmInfo/ProgressInfo.rst
Shawn Hartsock 15f7be9a52 pyVmomi reStructured Text Documentation
This external documentation for pyVmomi was generated using Googly Docs
(aka Google Standard Documentation) which renders very cleanly in
GitHub. Internal documentation for a class should be done in Sphinx
format because tools like pyCharm and Eclipse can use that documentation
as a hint for code completion.

Note: External docs as Googly Docs, internal docs as Sphinx.

Closes bug#15
2014-06-17 14:07:42 -04:00

1.7 KiB

vim.HbrManager.ReplicationVmInfo.ProgressInfo

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

extends

vmodl.DynamicData

since

vSphere API 5.0

Attributes:

progress (int):

An estimation of the operation progress as a percentage completed, from 0 to 100.

bytesTransferred (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).

bytesToTransfer (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).

checksumTotalBytes (long, optional):

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

checksumComparedBytes (long, optional):

The total number of bytes that were checksummed, only present for sync tasks.