Skip to content

/AWS1/CL_GMLGAMESERVERCONTAI02

The number and status of game server container groups that are deployed across a container fleet. Combine this count with the number of server processes that each game server container group runs to learn how many game sessions the fleet is capable of hosting concurrently. For example, if a fleet has 50 game server container groups, and the game server container in each group runs 1 game server process, then the fleet has the capacity to run host 50 game sessions at a time.

Returned by: https://docs.aws.amazon.com/gamelift/latest/apireference/API_DescribeFleetCapacity.html, https://docs.aws.amazon.com/gamelift/latest/apireference/API_DescribeFleetLocationCapacity.html

CONSTRUCTOR

IMPORTING

Optional arguments:

iv_pending TYPE /AWS1/GMLWHOLENUMBER /AWS1/GMLWHOLENUMBER

The number of container groups that are starting up but haven't yet registered.

iv_active TYPE /AWS1/GMLWHOLENUMBER /AWS1/GMLWHOLENUMBER

The number of container groups that have active game sessions.

iv_idle TYPE /AWS1/GMLWHOLENUMBER /AWS1/GMLWHOLENUMBER

The number of container groups that have no active game sessions.

iv_terminating TYPE /AWS1/GMLWHOLENUMBER /AWS1/GMLWHOLENUMBER

The number of container groups that are in the process of shutting down.


Queryable Attributes

PENDING

The number of container groups that are starting up but haven't yet registered.

Accessible with the following methods

Method Description
GET_PENDING() Getter for PENDING, with configurable default
ASK_PENDING() Getter for PENDING w/ exceptions if field has no value
HAS_PENDING() Determine if PENDING has a value

ACTIVE

The number of container groups that have active game sessions.

Accessible with the following methods

Method Description
GET_ACTIVE() Getter for ACTIVE, with configurable default
ASK_ACTIVE() Getter for ACTIVE w/ exceptions if field has no value
HAS_ACTIVE() Determine if ACTIVE has a value

IDLE

The number of container groups that have no active game sessions.

Accessible with the following methods

Method Description
GET_IDLE() Getter for IDLE, with configurable default
ASK_IDLE() Getter for IDLE w/ exceptions if field has no value
HAS_IDLE() Determine if IDLE has a value

TERMINATING

The number of container groups that are in the process of shutting down.

Accessible with the following methods

Method Description
GET_TERMINATING() Getter for TERMINATING, with configurable default
ASK_TERMINATING() Getter for TERMINATING w/ exceptions if field has no value
HAS_TERMINATING() Determine if TERMINATING has a value