SubgroupNodeAvailabilityEntry interface

代表單一子群的節點可用性資訊。

屬性

count

子群的總節點數。

inServiceNodeCount

服務中的節點數量。

internalSubgroupId

子群的唯一識別碼。

inUseNodeCount

目前正在使用的節點數量。

name

子群名稱。

屬性詳細資料

count

子群的總節點數。

count?: number

屬性值

number

inServiceNodeCount

服務中的節點數量。

inServiceNodeCount?: number

屬性值

number

internalSubgroupId

子群的唯一識別碼。

internalSubgroupId?: string

屬性值

string

inUseNodeCount

目前正在使用的節點數量。

inUseNodeCount?: number

屬性值

number

name

子群名稱。

name?: string

屬性值

string