PoolNodeCounts interface

An interface representing PoolNodeCounts.

Properties

dedicated

The number of dedicated Compute Nodes in each state.

lowPriority

The number of low priority Compute Nodes in each state.

poolId

The ID of the Pool.

Property Details

dedicated

The number of dedicated Compute Nodes in each state.

dedicated?: NodeCounts

Property Value

lowPriority

The number of low priority Compute Nodes in each state.

lowPriority?: NodeCounts

Property Value

poolId

The ID of the Pool.

poolId: string

Property Value

string