ClusterMemoryCapacity interface
NodeCapacityInfo defines the required information to determine the placement of a VM.
Properties
| cluster |
The failover memory in the cluster in MB. |
| cluster |
The fragmentation memory in the cluster in MB. |
| cluster |
The free memory in the cluster in MB. |
| cluster |
The memory reserved for Hyper-V in the cluster in MB. |
| cluster |
The memory of the Infra VM in the cluster in MB. |
| cluster |
The memory used by VMs in the cluster in MB. |
| cluster |
The non-failover memory in the cluster in MB. |
| cluster |
The total memory in the cluster in MB. |
| cluster |
The used memory in the cluster in MB. |
Property Details
clusterFailoverMemoryMb
The failover memory in the cluster in MB.
clusterFailoverMemoryMb?: number
Property Value
number
clusterFragmentationMemoryMb
The fragmentation memory in the cluster in MB.
clusterFragmentationMemoryMb?: number
Property Value
number
clusterFreeMemoryMb
The free memory in the cluster in MB.
clusterFreeMemoryMb?: number
Property Value
number
clusterHypervReserveMemoryMb
The memory reserved for Hyper-V in the cluster in MB.
clusterHypervReserveMemoryMb?: number
Property Value
number
clusterInfraVmMemoryMb
The memory of the Infra VM in the cluster in MB.
clusterInfraVmMemoryMb?: number
Property Value
number
clusterMemoryUsedByVmsMb
The memory used by VMs in the cluster in MB.
clusterMemoryUsedByVmsMb?: number
Property Value
number
clusterNonFailoverVmMb
The non-failover memory in the cluster in MB.
clusterNonFailoverVmMb?: number
Property Value
number
clusterTotalMemoryMb
The total memory in the cluster in MB.
clusterTotalMemoryMb?: number
Property Value
number
clusterUsedMemoryMb
The used memory in the cluster in MB.
clusterUsedMemoryMb?: number
Property Value
number