Managed Object -
LicenseAssignmentManager(vim.LicenseAssignmentManager)
- Property of
-
LicenseManager
- See also
-
LicenseAssignmentManagerLicenseAssignment, LicenseManagerLicenseInfo
- Since
- vSphere API 4.0
Managed Object Description
Properties
Name
|
Type
|
Description
|
None |
Methods
QueryAssignedLicenses(queryAssignedLicenses)
Get information about all the licenses associated with an entity
- Required Privileges
- System.View
Parameters
P
Return Value
Faults
Type
|
Description
|
RuntimeFault | Thrown if any type of runtime fault is thrown that is not covered by the other faults; for example, a communication error. |
Events
Show WSDL type definition
RemoveAssignedLicense(removeAssignedLicense)
Remove licenses associated with an entity
- Required Privileges
- Global.Licenses
Parameters
P
Return Value
Faults
Type
|
Description
|
LicenseEntityNotFound | |
RuntimeFault | Thrown if any type of runtime fault is thrown that is not covered by the other faults; for example, a communication error. |
Events
Show WSDL type definition
UpdateAssignedLicense(updateAssignedLicense)
Update the license associated with an entity
- Required Privileges
- Global.Licenses
Parameters
Name | Type | Description |
_this | ManagedObjectReference |
A reference to the
LicenseAssignmentManager
used to make the method call.
|
entity P | xsd:string |
ID of the entity. E.g. HostSystem.
Since vSphere API 4.0
|
licenseKey P | xsd:string |
A license.
Since vSphere API 4.0
|
entityDisplayName P | xsd:string |
Display name for the entity
Since vSphere API 4.0
|
P
Return Value
Faults
Type
|
Description
|
LicenseEntityNotFound | |
RuntimeFault | Thrown if any type of runtime fault is thrown that is not covered by the other faults; for example, a communication error. |
Events
Show WSDL type definition
© 2006-2022 VMware, Inc. All rights reserved.
Revision 13 September 2022 | Version 8.0.0.1