次の方法で共有


EdgeClusterMemoryCapacity クラス

定義

NodeCapacityInfo は、VM の配置を決定するために必要な情報を定義します。

public class EdgeClusterMemoryCapacity
type EdgeClusterMemoryCapacity = class
Public Class EdgeClusterMemoryCapacity
継承
EdgeClusterMemoryCapacity

コンストラクター

EdgeClusterMemoryCapacity()

EdgeClusterMemoryCapacity の新しいインスタンスを初期化します。

プロパティ

ClusterFailoverMemoryInMB

クラスター内のフェールオーバー メモリ (MB 単位)。

ClusterFragmentationMemoryInMB

クラスター内の断片化メモリ (MB 単位)。

ClusterFreeMemoryInMB

クラスター内の空きメモリ (MB 単位)。

ClusterHyperVReserveMemoryMb

クラスター内の Hyper-V 用に予約されているメモリ (MB 単位)。

ClusterInfraVmMemoryInMB

クラスター内の Infra VM のメモリ (MB 単位)。

ClusterMemoryUsedByVmsInMB

クラスター内の VM によって使用されるメモリ (MB 単位)。

ClusterNonFailoverVmInMB

クラスター内のフェールオーバー以外のメモリ (MB 単位)。

ClusterTotalMemoryInMB

クラスター内の合計メモリ (MB 単位)。

ClusterUsedMemoryInMB

クラスター内の使用済みメモリ (MB 単位)。

適用対象