Managed Object - ConverterLicenseManager

See also
ConverterLicenseFeatureInfo, ConverterLicenseInfo, ConverterLicenseSource
Since
Converter API 1.0


Managed Object Description

This managed object type controls entitlements for VMware Converter Server. Entitlements are identified by a short string 'key'. Keys can represent either a particular edition or a particular feature/function (featureKey).

Properties

Name Type Description
featureInfo*ConverterLicenseFeatureInfo[]

The list of features that can be licensed.
licenseInfoConverterLicenseInfo

Since Converter API 2.0
sourceConverterLicenseSource

Returns a data object type of LicenseSource.
*May not be present

Methods

Methods defined in this Managed Object
ConverterCheckLicenseFeature, ConverterConfigureLicenseSource

ConverterCheckLicenseFeature

Returns whether or not a given feature is enabled.
Required Privileges
None

Parameters

NameTypeDescription
_thisManagedObjectReference A reference to the ConverterLicenseManager used to make the method call.
featureKey Pxsd:string

Name of the feature to enable.

Since Converter API 1.0
P Required privilege: featureKey

Return Value

Type Description
xsd:booleanReturns true if the feature is enabled and false if it is not.

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



ConverterConfigureLicenseSource

Allows for reconfiguration of the License Manager license source.
Required Privileges
Global.Licenses

Parameters

NameTypeDescription
_thisManagedObjectReference A reference to the ConverterLicenseManager used to make the method call.
licenseSource PConverterLicenseSource

licenseSource data.

Since Converter API 1.0
P Required privilege: licenseSource

Return Value

Type Description
None

Faults

Type Description
InvalidLicenseThrown if the new license source is LocalLicenseSource and the license file is not valid.
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