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.

  • vsanCapacity: vSAN capacity in TiB on this host.

    Since: vSphere API Release 8.0.3.0

Possible values are : numCpuPackages, numCpuCores, memorySize, memoryForVms, numVmsStarted, numVmsStarting, vsanCapacity,