
Fixes RST documents to include list mark up when appropriate. closes: https://github.com/vmware/pyvmomi/issues/76
1.8 KiB
vim.HttpNfcLease.Info
This class holds information about the lease, such as the entity covered by the lease, and HTTP URLs for up/downloading file backings.
- extends
- since
- Attributes:
-
lease (vim.HttpNfcLease):
The HttpNfcLease object this information belongs to.
entity (vim.ManagedEntity):
The VirtualMachine or VirtualApp this lease covers.
deviceUrl ([vim.HttpNfcLease.DeviceUrl], optional):
The deviceUrl property contains a mapping from logical device keys to URLs.
totalDiskCapacityInKB (long):
Total capacity in kilobytes of all disks in all Virtual Machines covered by this lease. This can be used to track progress when transferring disks.
leaseTimeout (int):
Number of seconds before the lease times out. The client extends the lease by calling HttpNfcLeaseProgress before the timeout has expired.
hostMap ([vim.HttpNfcLease.DatastoreLeaseInfo], optional):
Map of URLs for leased hosts for a given datastore. This is used to look up multi-POST-capable hosts for a datastore.