PoolStatus.partitionSummary
PartitionSummary reports allocatability per (attribute, partition type) for a partitionable pool that publishes SharedCounters. Each entry names the grouping attribute it was resolved from: the PartitionTypeAttribute declared by a device's own slice, or for devices whose slice declares none, the default named in the request. A pool that mixes partitions declared under different attributes reports each independently. When no slice declares an attribute and the request names no default, the pool reports no partition summary.
| Field / Type | Description |
|---|---|
allocatable | Allocatable is the number of additional devices of this partition type that could still be allocated given current shared-counter consumption.
|
attribute | Attribute is the fully qualified name of the device attribute whose value groups this entry. It is the PartitionTypeAttribute declared by the devices' own slice, or the default named in the request when their slice declares none. |
total | Total is the number of devices of this partition type in the pool.
|
type | Type is the partition type value (e.g. "Full" or "Half"). |