Enum - LicenseFeatureInfoSourceRestriction(vim.LicenseManager.FeatureInfo.SourceRestriction)

Since
VI API 2.5


Enum Description

Some licenses may only be allowed to load from a specified source. This enum indicates what restrictions exist for this license if any.

Enum Constants

NameDescription
file The feature's license can only come from a file.
served The feature's license can only be served.
unrestricted The feature does not have a source restriction.

Show WSDL type definition