NodeStateCounts 클래스

정의

클러스터의 다양한 컴퓨팅 노드 상태 수입니다.

public class NodeStateCounts
type NodeStateCounts = class
Public Class NodeStateCounts
상속
NodeStateCounts

생성자

NodeStateCounts()

NodeStateCounts 클래스의 새 instance 초기화합니다.

NodeStateCounts(Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>)

NodeStateCounts 클래스의 새 instance 초기화합니다.

속성

IdleNodeCount

유휴 노드 수를 가져옵니다.

LeavingNodeCount

노드 수에서 벗어나는 것을 가져옵니다.

PreparingNodeCount

노드 수를 준비하는 중을 가져옵니다.

RunningNodeCount

실행 중인 노드 수를 가져옵니다.

UnusableNodeCount

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

적용 대상