GroupStatus interface
model interface GroupStatus
Properties
| actual |
Gets or sets the actual capacity info for the group. |
| endpoint |
Gets or sets the actual number of endpoints in the group. |
| requested |
Gets or sets the request number of instances for the group. |
Property Details
actualCapacityInfo
Gets or sets the actual capacity info for the group.
actualCapacityInfo?: ActualCapacityInfo
Property Value
endpointCount
Gets or sets the actual number of endpoints in the group.
endpointCount?: number
Property Value
number
requestedCapacity
Gets or sets the request number of instances for the group.
requestedCapacity?: number
Property Value
number