/AWS1/CL_EMCCONTAINERPROVIDER¶
The information about the container provider.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_type TYPE /AWS1/EMCCONTAINERPROVIDERTYPE /AWS1/EMCCONTAINERPROVIDERTYPE¶
The type of the container provider. Amazon EKS is the only supported type as of now.
iv_id TYPE /AWS1/EMCCLUSTERID /AWS1/EMCCLUSTERID¶
The ID of the container cluster.
Optional arguments:¶
io_info TYPE REF TO /AWS1/CL_EMCCONTAINERINFO /AWS1/CL_EMCCONTAINERINFO¶
The information about the container cluster.
Queryable Attributes¶
type¶
The type of the container provider. Amazon EKS is the only supported type as of now.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TYPE() |
Getter for TYPE, with configurable default |
ASK_TYPE() |
Getter for TYPE w/ exceptions if field has no value |
HAS_TYPE() |
Determine if TYPE has a value |
id¶
The ID of the container cluster.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ID() |
Getter for ID, with configurable default |
ASK_ID() |
Getter for ID w/ exceptions if field has no value |
HAS_ID() |
Determine if ID has a value |
info¶
The information about the container cluster.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_INFO() |
Getter for INFO |