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)
Deprecated.
As of vSphere API 6.0 use
cis.license.management.SystemManagementService
Get information about all the licenses associated with an entity
- Required Privileges
- System.View
Parameters
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)
Deprecated.
As of vSphere API 6.0 use
cis.license.management.SystemManagementService
Remove licenses associated with an entity
- Required Privileges
- Global.Licenses
Parameters
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)
Deprecated.
As of vSphere API 6.0 use
cis.license.management.SystemManagementService
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 | xsd:string |
ID of the entity. E.g. HostSystem.
|
| licenseKey | xsd:string |
A license.
|
| entityDisplayName | xsd:string |
Display name for the entity
|
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