LicenseAvailabilityInfo

LicenseAvailabilityInfo
LicenseAvailabilityInfo

Deprecated as of vSphere API 4.0, this is not used by the system.

Describes how many licenses of a particular feature is provided by the licensing source.

AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "feature": {
        "_typeName": "string",
        "key": "string",
        "featureName": "string",
        "featureDescription": "string",
        "state": "string",
        "costUnit": "string",
        "sourceRestriction": "string",
        "dependentKey": [
            "string"
        ],
        "edition": false,
        "expiresOn": "string"
    },
    "total": 0,
    "available": 0
}
feature
Required

Deprecated as of vSphere API 4.0, this is not used by the system.

A single feature that can be licensed.

This information is immutable.

integer As int32 As int32
total
Required

Total number of licenses for this given type that are installed on the source.

integer As int32 As int32
available
Required

The number of licenses that have not yet been reserved on the source.