
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
39 lines
1.2 KiB
ReStructuredText
39 lines
1.2 KiB
ReStructuredText
.. _str: https://docs.python.org/2/library/stdtypes.html
|
|
|
|
.. _info: ../../vim/HttpNfcLease.rst#info
|
|
|
|
.. _long: https://docs.python.org/2/library/stdtypes.html
|
|
|
|
.. _bool: https://docs.python.org/2/library/stdtypes.html
|
|
|
|
.. _vSphere API 4.1: ../../vim/version.rst#vimversionversion6
|
|
|
|
.. _vmodl.DynamicData: ../../vmodl/DynamicData.rst
|
|
|
|
|
|
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.
|