SubgroupNodeAvailabilityEntry interface
Represents the node availability information for a single subgroup.
Properties
| count | The total node count for the subgroup. |
| in |
The number of nodes that are in service. |
| internal |
The unique identifier of the subgroup. |
| in |
The number of nodes that are currently in use. |
| name | The subgroup name. |
Property Details
count
The total node count for the subgroup.
count?: number
Property Value
number
inServiceNodeCount
The number of nodes that are in service.
inServiceNodeCount?: number
Property Value
number
internalSubgroupId
The unique identifier of the subgroup.
internalSubgroupId?: string
Property Value
string
inUseNodeCount
The number of nodes that are currently in use.
inUseNodeCount?: number
Property Value
number
name
The subgroup name.
name?: string
Property Value
string