Skip to content

/AWS1/CL_GMLCONTNRGROUPPORTMAP

Describes the port mappings for a single container in a container group. Each mapping shows how a container port maps to a connection port on the fleet instance.

Returned by: DescribeContainerGroupPortMappings

CONSTRUCTOR

IMPORTING

Optional arguments:

iv_containername TYPE /AWS1/GMLNONZEROAND128MAXASC00 /AWS1/GMLNONZEROAND128MAXASC00

The name of the container, as defined in the container group definition.

iv_containerruntimeid TYPE /AWS1/GMLNONEMPTYSTRING /AWS1/GMLNONEMPTYSTRING

The runtime ID for the container that's running in a compute. This value is unique within the compute.

it_containerportmappings TYPE /AWS1/CL_GMLCONTAINERPORTMAP=>TT_CONTAINERPORTMAPPINGLIST TT_CONTAINERPORTMAPPINGLIST

A list of ContainerPortMapping objects that describe the port mappings for this container.


Queryable Attributes

ContainerName

The name of the container, as defined in the container group definition.

Accessible with the following methods

Method Description
GET_CONTAINERNAME() Getter for CONTAINERNAME, with configurable default
ASK_CONTAINERNAME() Getter for CONTAINERNAME w/ exceptions if field has no value
HAS_CONTAINERNAME() Determine if CONTAINERNAME has a value

ContainerRuntimeId

The runtime ID for the container that's running in a compute. This value is unique within the compute.

Accessible with the following methods

Method Description
GET_CONTAINERRUNTIMEID() Getter for CONTAINERRUNTIMEID, with configurable default
ASK_CONTAINERRUNTIMEID() Getter for CONTAINERRUNTIMEID w/ exceptions if field has no
HAS_CONTAINERRUNTIMEID() Determine if CONTAINERRUNTIMEID has a value

ContainerPortMappings

A list of ContainerPortMapping objects that describe the port mappings for this container.

Accessible with the following methods

Method Description
GET_CONTAINERPORTMAPPINGS() Getter for CONTAINERPORTMAPPINGS, with configurable default
ASK_CONTAINERPORTMAPPINGS() Getter for CONTAINERPORTMAPPINGS w/ exceptions if field has
HAS_CONTAINERPORTMAPPINGS() Determine if CONTAINERPORTMAPPINGS has a value

Public Local Types In This Class

Internal table types, representing arrays and maps of this class, are defined as local types:

TT_CONTNRGROUPPORTMAPPINGLIST

TYPES TT_CONTNRGROUPPORTMAPPINGLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_GMLCONTNRGROUPPORTMAP WITH DEFAULT KEY
.