/AWS1/CL_GMLCONTAINERID¶
A unique identifier for a container in a compute on a managed container fleet instance. This information makes it possible to remotely connect to a specific container on a fleet instance.
Related to: ContainerAttribute
Use with: GetComputeAccess
CONSTRUCTOR
¶
IMPORTING¶
Optional arguments:¶
iv_containername
TYPE /AWS1/GMLNONZEROAND128MAXASC00
/AWS1/GMLNONZEROAND128MAXASC00
¶
The identifier for a container that's running in a compute.
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 is returned as a
ContainerAttribute
value in aCompute
object.
Queryable Attributes¶
ContainerName¶
The identifier for a container that's running in a compute.
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. It is returned as a
ContainerAttribute
value in aCompute
object.
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 |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_CONTAINERIDENTIFIERLIST
¶
TYPES TT_CONTAINERIDENTIFIERLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_GMLCONTAINERID WITH DEFAULT KEY
.