
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
2.2 KiB
vim.LicenseManager.DiagnosticInfo
This data object type provides summary status and diagnostic information for LicenseManager . Counters in this property can be reset to zero. The property specified as a discontinuity is used to determine when this last occurred.
- extends
- since
- Attributes:
-
sourceLastChanged (datetime):
A timestamp of when sourceAvailable last changed state, expressed in UTC.
sourceLost (str):
Counter to track number of times connection to source was lost. This value starts at zero and wraps at 2^32-1 to zero. Discontinuity: sourceLastChanged.
sourceLatency (float):
Exponentially decaying average of the transaction time for license acquisition and routine communications with LicenseSource. Units: milliseconds.
licenseRequests (str):
Counter to track total number of licenses requested. This value starts at zero and wraps at 2^32-1 to zero. Discontinuity: sourceLastChanged.
licenseRequestFailures (str):
Counter to track Total number of licenses requests that were not fulfilled (denied, timeout, or other). This value starts at zero and wraps at 2^32-1 to zero. Discontinuity: sourceLastChanged.
licenseFeatureUnknowns (str):
Counter to track Total number of license features parsed from License source that are not recognized. This value starts at zero and wraps at 2^32-1 to zero. Discontinuity: sourceLastChanged.
opState (vim.LicenseManager.LicenseState):
The general state of the license subsystem.
lastStatusUpdate (datetime):
A timestamp of when opState was last updated.
opFailureMessage (str):
A human readable reason when optState reports Fault condition.