Share via


SystemResources.GuaranteedCpuUnits プロパティ

定義

システムで使用できる CPU ユニットを取得します。

public:
 property double GuaranteedCpuUnits { double get(); };
public double GuaranteedCpuUnits { get; }
member this.GuaranteedCpuUnits : double
Public ReadOnly Property GuaranteedCpuUnits As Double

プロパティ値

注釈

この値は、Kubernetes CPU 要求パラメーターで説明されている保証された CPU の数に対応します。各 1000 CPU ユニットは 1 CPU または 1 コアを表します。 たとえば、POD が CPU 要求として 1500 m ユニットで構成されている場合、このプロパティは 1.5 に割り当てられます。つまり、1.5 CPU は POD 専用になります。

適用対象