Skip to content

/AWS1/CL_GMLDSCCNRGRPORTMAPOUT

DescribeContainerGroupPortMappingsOutput

CONSTRUCTOR

IMPORTING

Optional arguments:

iv_fleetid TYPE /AWS1/GMLFLEETID /AWS1/GMLFLEETID

A unique identifier for the container fleet.

iv_location TYPE /AWS1/GMLLOCATIONSTRINGMODEL /AWS1/GMLLOCATIONSTRINGMODEL

The location of the fleet instance, expressed as an Amazon Web Services Region code, such as us-west-2.

iv_containergroupdefnarn TYPE /AWS1/GMLCONTAINERGROUPDEFNARN /AWS1/GMLCONTAINERGROUPDEFNARN

The Amazon Resource Name (ARN) that is assigned to the container group definition. The ARN value also identifies the specific container group definition version in use.

iv_containergrouptype TYPE /AWS1/GMLCONTAINERGROUPTYPE /AWS1/GMLCONTAINERGROUPTYPE

The type of container group that was specified in the request. Valid values are GAME_SERVER or PER_INSTANCE.

iv_computename TYPE /AWS1/GMLCOMPUTENAME /AWS1/GMLCOMPUTENAME

A unique identifier for the compute resource running the game server container group. Returned when ContainerGroupType is GAME_SERVER.

iv_instanceid TYPE /AWS1/GMLINSTANCEID /AWS1/GMLINSTANCEID

A unique identifier for the fleet instance. For GAME_SERVER requests, this is the instance running the specified compute. For PER_INSTANCE requests, this is the instance specified in the request.

it_contnrgroupportmappings TYPE /AWS1/CL_GMLCONTNRGROUPPORTMAP=>TT_CONTNRGROUPPORTMAPPINGLIST TT_CONTNRGROUPPORTMAPPINGLIST

A list of ContainerGroupPortMapping objects that describe the port mappings for each container in the container group.


Queryable Attributes

FleetId

A unique identifier for the container fleet.

Accessible with the following methods

Method Description
GET_FLEETID() Getter for FLEETID, with configurable default
ASK_FLEETID() Getter for FLEETID w/ exceptions if field has no value
HAS_FLEETID() Determine if FLEETID has a value

Location

The location of the fleet instance, expressed as an Amazon Web Services Region code, such as us-west-2.

Accessible with the following methods

Method Description
GET_LOCATION() Getter for LOCATION, with configurable default
ASK_LOCATION() Getter for LOCATION w/ exceptions if field has no value
HAS_LOCATION() Determine if LOCATION has a value

ContainerGroupDefinitionArn

The Amazon Resource Name (ARN) that is assigned to the container group definition. The ARN value also identifies the specific container group definition version in use.

Accessible with the following methods

Method Description
GET_CONTAINERGROUPDEFNARN() Getter for CONTAINERGROUPDEFINITIONARN, with configurable de
ASK_CONTAINERGROUPDEFNARN() Getter for CONTAINERGROUPDEFINITIONARN w/ exceptions if fiel
HAS_CONTAINERGROUPDEFNARN() Determine if CONTAINERGROUPDEFINITIONARN has a value

ContainerGroupType

The type of container group that was specified in the request. Valid values are GAME_SERVER or PER_INSTANCE.

Accessible with the following methods

Method Description
GET_CONTAINERGROUPTYPE() Getter for CONTAINERGROUPTYPE, with configurable default
ASK_CONTAINERGROUPTYPE() Getter for CONTAINERGROUPTYPE w/ exceptions if field has no
HAS_CONTAINERGROUPTYPE() Determine if CONTAINERGROUPTYPE has a value

ComputeName

A unique identifier for the compute resource running the game server container group. Returned when ContainerGroupType is GAME_SERVER.

Accessible with the following methods

Method Description
GET_COMPUTENAME() Getter for COMPUTENAME, with configurable default
ASK_COMPUTENAME() Getter for COMPUTENAME w/ exceptions if field has no value
HAS_COMPUTENAME() Determine if COMPUTENAME has a value

InstanceId

A unique identifier for the fleet instance. For GAME_SERVER requests, this is the instance running the specified compute. For PER_INSTANCE requests, this is the instance specified in the request.

Accessible with the following methods

Method Description
GET_INSTANCEID() Getter for INSTANCEID, with configurable default
ASK_INSTANCEID() Getter for INSTANCEID w/ exceptions if field has no value
HAS_INSTANCEID() Determine if INSTANCEID has a value

ContainerGroupPortMappings

A list of ContainerGroupPortMapping objects that describe the port mappings for each container in the container group.

Accessible with the following methods

Method Description
GET_CONTNRGROUPPORTMAPPINGS() Getter for CONTAINERGROUPPORTMAPPINGS, with configurable def
ASK_CONTNRGROUPPORTMAPPINGS() Getter for CONTAINERGROUPPORTMAPPINGS w/ exceptions if field
HAS_CONTNRGROUPPORTMAPPINGS() Determine if CONTAINERGROUPPORTMAPPINGS has a value