HostLicensableResourceInfo
HostLicensableResourceInfo
Encapsulates information about all licensable resources on the host.
AllOf
This class requires all of the following:
JSON Example
{
"_typeName": "string",
"resource": [
{
"_typeName": "string",
"key": "string",
"value": {
"_typeName": "string"
}
}
]
}
array of KeyAnyValue
resource
Required
List of currently supported resources.
The type of every value is long. The key can be one of HostLicensableResourceKeyEnum or arbitrary string.
NOTE: The values in this property may not be accurate for pre-5.0 hosts when returned by vCenter 5.0
Returned By