ClusterCapacity interface
ClusterCapacity represents various details regarding compute capacity.
Properties
available |
The remaining appliance-based storage in GB available for workload use. |
available |
The remaining number of cores that are available in this cluster for workload use. |
available |
The remaining machine or host-based storage in GB available for workload use. |
available |
The remaining memory in GB that are available in this cluster for workload use. |
total |
The total appliance-based storage in GB supported by this cluster for workload use. |
total |
The total number of cores that are supported by this cluster for workload use. |
total |
The total machine or host-based storage in GB supported by this cluster for workload use. |
total |
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