GroupStatus interface

model interface GroupStatus

Properties

actualCapacityInfo

Gets or sets the actual capacity info for the group.

endpointCount

Gets or sets the actual number of endpoints in the group.

requestedCapacity

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