Files
deb-python-pyvmomi/docs/vim/LicenseManager/ReservationInfo.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.1 KiB

vim.LicenseManager.ReservationInfo

A reservation describes how many licenses of a particular feature are being used by a particular feature.

extends

vmodl.DynamicData

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.