ComputeResourceHostSPBMLicenseInfo

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"
}
host
Required

Reference to an instance of the HostSystem managed object.

licenseState
Required

The SPBM(Storage Policy Based Management) license state for a host

Possible values:

  • licensed: The host is licensed
  • unlicensed: The host is not licensed
  • unknown: The host license information is unknown, this could happen if the host is not in a available state
Possible values are : licensed, unlicensed, unknown,