ClusterCapacity interface

ClusterCapacity represents various details regarding compute capacity.

Properties

availableApplianceStorageGB

The remaining appliance-based storage in GB available for workload use.

availableCoreCount

The remaining number of cores that are available in this cluster for workload use.

availableHostStorageGB

The remaining machine or host-based storage in GB available for workload use.

availableMemoryGB

The remaining memory in GB that are available in this cluster for workload use.

totalApplianceStorageGB

The total appliance-based storage in GB supported by this cluster for workload use.

totalCoreCount

The total number of cores that are supported by this cluster for workload use.

totalHostStorageGB

The total machine or host-based storage in GB supported by this cluster for workload use.

totalMemoryGB

The total memory supported by this cluster for workload use.

Property Details

availableApplianceStorageGB

The remaining appliance-based storage in GB available for workload use.

availableApplianceStorageGB?: number

Property Value

number

availableCoreCount

The remaining number of cores that are available in this cluster for workload use.

availableCoreCount?: number

Property Value

number

availableHostStorageGB

The remaining machine or host-based storage in GB available for workload use.

availableHostStorageGB?: number

Property Value

number

availableMemoryGB

The remaining memory in GB that are available in this cluster for workload use.

availableMemoryGB?: number

Property Value

number

totalApplianceStorageGB

The total appliance-based storage in GB supported by this cluster for workload use.

totalApplianceStorageGB?: number

Property Value

number

totalCoreCount

The total number of cores that are supported by this cluster for workload use.

totalCoreCount?: number

Property Value

number

totalHostStorageGB

The total machine or host-based storage in GB supported by this cluster for workload use.

totalHostStorageGB?: number

Property Value

number

totalMemoryGB

The total memory supported by this cluster for workload use.

totalMemoryGB?: number

Property Value

number