ComputeResourceHostSPBMLicenseInfo
ComputeResourceHostSPBMLicenseInfo
The ComputeResourceHostSPBMLicenseInfo data object encapsulates the SPBM(Storage Policy Based Management) license information for a host.
AllOf
This class requires all of the following:
JSON Example
{
"_typeName": "string",
"host": {
"_typeName": "string",
"type": "string",
"value": "string"
},
"licenseState": "string"
}
licenseState
Required
The SPBM(Storage Policy Based Management) license state for a host
Possible values:
licensed
: The host is licensedunlicensed
: The host is not licensedunknown
: The host license information is unknown, this could happen if the host is not in a available state
Possible values are : licensed, unlicensed, unknown,