Skip to content

/AWS1/CL_GMLCONNPORTRANGE

The set of port numbers to open on each instance in a container fleet. Connection ports are used by inbound traffic to connect with processes that are running in containers on the fleet.

The port range must not overlap with the Amazon GameLift Servers reserved port range 4092-4191. This range is reserved for internal Amazon GameLift Servers services.

CONSTRUCTOR

IMPORTING

Required arguments:

iv_fromport TYPE /AWS1/GMLPORTNUMBER /AWS1/GMLPORTNUMBER

Starting value for the port range.

iv_toport TYPE /AWS1/GMLPORTNUMBER /AWS1/GMLPORTNUMBER

Ending value for the port. Port numbers are end-inclusive. This value must be equal to or greater than FromPort.


Queryable Attributes

FromPort

Starting value for the port range.

Accessible with the following methods

Method Description
GET_FROMPORT() Getter for FROMPORT, with configurable default
ASK_FROMPORT() Getter for FROMPORT w/ exceptions if field has no value
HAS_FROMPORT() Determine if FROMPORT has a value

ToPort

Ending value for the port. Port numbers are end-inclusive. This value must be equal to or greater than FromPort.

Accessible with the following methods

Method Description
GET_TOPORT() Getter for TOPORT, with configurable default
ASK_TOPORT() Getter for TOPORT w/ exceptions if field has no value
HAS_TOPORT() Determine if TOPORT has a value