NodeStateCounts.UnusableNodeCount 속성

정의

사용할 수 없는 노드 수를 가져옵니다.

[Newtonsoft.Json.JsonProperty(PropertyName="unusableNodeCount")]
public int? UnusableNodeCount { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="unusableNodeCount")>]
member this.UnusableNodeCount : Nullable<int>
Public ReadOnly Property UnusableNodeCount As Nullable(Of Integer)

속성 값

특성
Newtonsoft.Json.JsonPropertyAttribute

설명

사용할 수 없는 상태의 컴퓨팅 노드 수입니다.

적용 대상