HostLicensableResourceKey

HostLicensableResourceKey
HostLicensableResourceKey

A boxed HostLicensableResourceKeyEnum. To be used in Any placeholders.

AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "_value": "string"
}
_value
Required

Identifiers of currently supported resources.

Possible values:

  • numCpuPackages: Number of CPU packages on this host.
  • numCpuCores: Number of licensable CPU cores/compute-units on this host.
  • memorySize: Total size of memory installed on this host, measured in kilobytes.
  • memoryForVms: Total size of memory configured for VMs on this host, measured in kilobytes.
  • numVmsStarted: Number of VMs already running on this host.
  • numVmsStarting: Number of VMs that are currently powering-on, immigrating, etc.
Possible values are : numCpuPackages, numCpuCores, memorySize, memoryForVms, numVmsStarted, numVmsStarting,