HostCapacity interface
Host Capacity Data.
Properties
| available |
The available amount of GPUs on the host to use after accounting for GPUS used by reservations on the host. |
| effective |
The available memory on the host accounting for VM placement size and any host VM reservations. |
| gpu |
The GPU type of the VM. |
| host |
The name of the host. |
| numa |
The numa nodes information for Hpn VMs. |
| vm |
The VM used memory per VmId. |
Property Details
availableGpuCount
The available amount of GPUs on the host to use after accounting for GPUS used by reservations on the host.
availableGpuCount?: number
Property Value
number
effectiveAvailableMemoryMbOnHost
The available memory on the host accounting for VM placement size and any host VM reservations.
effectiveAvailableMemoryMbOnHost?: number
Property Value
number
gpuType
The GPU type of the VM.
gpuType?: string
Property Value
string
hostName
The name of the host.
hostName?: string
Property Value
string
numaNodesData
The numa nodes information for Hpn VMs.
numaNodesData?: NumaNodeData[]
Property Value
vmUsedMemory
The VM used memory per VmId.
vmUsedMemory?: Record<string, VmMemory>
Property Value
Record<string, VmMemory>