HostCapacity interface

Host Capacity Data.

Properties

availableGpuCount

The available amount of GPUs on the host to use after accounting for GPUS used by reservations on the host.

effectiveAvailableMemoryMbOnHost

The available memory on the host accounting for VM placement size and any host VM reservations.

gpuType

The GPU type of the VM.

hostName

The name of the host.

numaNodesData

The numa nodes information for Hpn VMs.

vmUsedMemory

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>