PoolNodeCounts interface
An interface representing PoolNodeCounts.
Properties
dedicated | The number of dedicated Compute Nodes in each state. |
low |
The number of low priority Compute Nodes in each state. |
pool |
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