Skip to content

/AWS1/CL_GMLCREATEFLEETOUTPUT

CreateFleetOutput

CONSTRUCTOR

IMPORTING

Optional arguments:

IO_FLEETATTRIBUTES TYPE REF TO /AWS1/CL_GMLFLEETATTRIBUTES /AWS1/CL_GMLFLEETATTRIBUTES

The properties for the new fleet, including the current status. All fleets are placed in NEW status on creation.

IT_LOCATIONSTATES TYPE /AWS1/CL_GMLLOCATIONSTATE=>TT_LOCATIONSTATELIST TT_LOCATIONSTATELIST

The fleet's locations and life-cycle status of each location. For new fleets, the status of all locations is set to NEW. During fleet creation, Amazon GameLift updates each location status as instances are deployed there and prepared for game hosting. This list includes an entry for the fleet's home Region. For fleets with no remote locations, only one entry, representing the home Region, is returned.


Queryable Attributes

FleetAttributes

The properties for the new fleet, including the current status. All fleets are placed in NEW status on creation.

Accessible with the following methods

Method Description
GET_FLEETATTRIBUTES() Getter for FLEETATTRIBUTES

LocationStates

The fleet's locations and life-cycle status of each location. For new fleets, the status of all locations is set to NEW. During fleet creation, Amazon GameLift updates each location status as instances are deployed there and prepared for game hosting. This list includes an entry for the fleet's home Region. For fleets with no remote locations, only one entry, representing the home Region, is returned.

Accessible with the following methods

Method Description
GET_LOCATIONSTATES() Getter for LOCATIONSTATES, with configurable default
ASK_LOCATIONSTATES() Getter for LOCATIONSTATES w/ exceptions if field has no valu
HAS_LOCATIONSTATES() Determine if LOCATIONSTATES has a value