
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
1.1 KiB
1.1 KiB
vim.LicenseManager.ReservationInfo
A reservation describes how many licenses of a particular feature are being used by a particular feature.
- extends
- Attributes:
-
key (str):
Key of the License Feature.See key
state (vim.LicenseManager.ReservationInfo.State):
Describes the reservation state of a license.
required (int):
Contains the required number of licenses of the particular type that the product needs in its current configuration.Licenses are normally allocated at the same time as they are needed, so the value of required is set at the time the license is needed. For example, in the case of the number of licenses based on virtual machines, the required count is set at the time a virtual machine is powered on, just before the license is checked out.