Managed Object - LicenseAssignmentManager

Property of
LicenseManager
See also
LicenseAssignmentManagerLicenseAssignment, LicenseManagerLicenseInfo
Since
vSphere API 4.0


Managed Object Description

Properties

Name Type Description
None

Methods

Methods defined in this Managed Object
QueryAssignedLicenses, RemoveAssignedLicense, UpdateAssignedLicense

QueryAssignedLicenses

Required Privileges
System.View

Parameters

NameTypeDescription
_thisManagedObjectReference A reference to the LicenseAssignmentManager used to make the method call.
entityId* Pxsd:string

Since vSphere API 4.0
*Need not be set P Required privilege: entityId

Return Value

Type Description
LicenseAssignmentManagerLicenseAssignment[]

Faults

Type Description
RuntimeFaultThrown if any type of runtime fault is thrown that is not covered by the other faults; for example, a communication error.

Events

Type
None



RemoveAssignedLicense

Required Privileges
Global.Licenses

Parameters

NameTypeDescription
_thisManagedObjectReference A reference to the LicenseAssignmentManager used to make the method call.
entityId Pxsd:string

Since vSphere API 4.0
P Required privilege: entityId

Return Value

Type Description
None

Faults

Type Description
LicenseEntityNotFound
RuntimeFaultThrown if any type of runtime fault is thrown that is not covered by the other faults; for example, a communication error.

Events

Type
None



UpdateAssignedLicense

Required Privileges
Global.Licenses

Parameters

NameTypeDescription
_thisManagedObjectReference A reference to the LicenseAssignmentManager used to make the method call.
entity Pxsd:string

Since vSphere API 4.0
licenseKey Pxsd:string

Since vSphere API 4.0
entityDisplayName* Pxsd:string

Since vSphere API 4.0
*Need not be set PRequired privilege - see tooltip for details

Return Value

Type Description
LicenseManagerLicenseInfo

Faults

Type Description
LicenseEntityNotFound
RuntimeFaultThrown if any type of runtime fault is thrown that is not covered by the other faults; for example, a communication error.

Events

Type
None