Files
deb-python-pyvmomi/docs/vim/HttpNfcLease/ManifestEntry.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.2 KiB

vim.HttpNfcLease.ManifestEntry

Provides a manifest for downloaded (exported) files and disks.

extends

vmodl.DynamicData

since

vSphere API 4.1

Attributes:

key (str):

Key used to match this entry with the corresponding DeviceUrl entry in info .

sha1 (str):

SHA-1 checksum of the data stream sent from the server. This can be used to verify that the bytes received by the client match those sent by the HttpNfc server.

size (long):

Size of the downloaded file.

disk (bool):

True if the downloaded file is a virtual disk backing.

capacity (long, optional):

The capacity of the disk, if the file is a virtual disk backing.

populatedSize (long, optional):

The populated size of the disk, if the file is a virtual disk backing.