⇨
SEND US FEEDBACK!
vSphere API/SDK Documentation
>
vSphere Management SDK
>
vSphere Web Services SDK Documentation
>
VMware vSphere API Reference
>
Enumerated Types
>
L
1
2
3
4
5
0 Ratings
Managed Object Types
Data Object Types
All Properties
All Methods
Enum - LicenseManagerState(vim.LicenseManager.LicenseState)
Property of
LicenseDiagnostics
Since
VI API 2.5
Enum Description
Deprecated.
As of vSphere API 4.0, this is not used by the system.
State of licensing subsystem.
Enum Constants
Name
Description
fault
Initialization has failed or grace period expired.
initializing
Setting or resetting configuration in progress.
marginal
License source unavailable, using license cache.
normal
Running within operating parameters.
Show WSDL type definition
<simpleType xmlns="http://www.w3.org/2001/XMLSchema" xmlns:vim25="urn:vim25" name="LicenseManagerState"> <restriction base="xsd:string"> <enumeration value="initializing"/> <enumeration value="normal"/> <enumeration value="marginal"/> <enumeration value="fault"/> </restriction> </simpleType>
Top of page
Managed Object Types
Data Object Types
All Properties
All Methods
© 2006-2016 VMware, Inc. All rights reserved.
Revision 15-Nov-2016 | Version 6.5
Feedback
1
2
3
4
5
0 Ratings