/AWS1/CL_EKSCAPABILITYSUMMARY¶
A summary of a capability, containing basic information without the full configuration details. This is returned by the ListCapabilities operation.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_capabilityname TYPE /AWS1/EKSSTRING /AWS1/EKSSTRING¶
The unique name of the capability within the cluster.
iv_arn TYPE /AWS1/EKSSTRING /AWS1/EKSSTRING¶
The Amazon Resource Name (ARN) of the capability.
iv_type TYPE /AWS1/EKSCAPABILITYTYPE /AWS1/EKSCAPABILITYTYPE¶
The type of capability. Valid values are
ACK,ARGOCD, orKRO.
iv_status TYPE /AWS1/EKSCAPABILITYSTATUS /AWS1/EKSCAPABILITYSTATUS¶
The current status of the capability.
iv_version TYPE /AWS1/EKSSTRING /AWS1/EKSSTRING¶
The version of the capability software that is currently running.
iv_createdat TYPE /AWS1/EKSTIMESTAMP /AWS1/EKSTIMESTAMP¶
The Unix epoch timestamp in seconds for when the capability was created.
iv_modifiedat TYPE /AWS1/EKSTIMESTAMP /AWS1/EKSTIMESTAMP¶
The Unix epoch timestamp in seconds for when the capability was last modified.
Queryable Attributes¶
capabilityName¶
The unique name of the capability within the cluster.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CAPABILITYNAME() |
Getter for CAPABILITYNAME, with configurable default |
ASK_CAPABILITYNAME() |
Getter for CAPABILITYNAME w/ exceptions if field has no valu |
HAS_CAPABILITYNAME() |
Determine if CAPABILITYNAME has a value |
arn¶
The Amazon Resource Name (ARN) of the capability.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ARN() |
Getter for ARN, with configurable default |
ASK_ARN() |
Getter for ARN w/ exceptions if field has no value |
HAS_ARN() |
Determine if ARN has a value |
type¶
The type of capability. Valid values are
ACK,ARGOCD, orKRO.
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 |
status¶
The current status of the capability.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STATUS() |
Getter for STATUS, with configurable default |
ASK_STATUS() |
Getter for STATUS w/ exceptions if field has no value |
HAS_STATUS() |
Determine if STATUS has a value |
version¶
The version of the capability software that is currently running.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_VERSION() |
Getter for VERSION, with configurable default |
ASK_VERSION() |
Getter for VERSION w/ exceptions if field has no value |
HAS_VERSION() |
Determine if VERSION has a value |
createdAt¶
The Unix epoch timestamp in seconds for when the capability was created.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CREATEDAT() |
Getter for CREATEDAT, with configurable default |
ASK_CREATEDAT() |
Getter for CREATEDAT w/ exceptions if field has no value |
HAS_CREATEDAT() |
Determine if CREATEDAT has a value |
modifiedAt¶
The Unix epoch timestamp in seconds for when the capability was last modified.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_MODIFIEDAT() |
Getter for MODIFIEDAT, with configurable default |
ASK_MODIFIEDAT() |
Getter for MODIFIEDAT w/ exceptions if field has no value |
HAS_MODIFIEDAT() |
Determine if MODIFIEDAT 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_CAPABILITYSUMMARYLIST¶
TYPES TT_CAPABILITYSUMMARYLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_EKSCAPABILITYSUMMARY WITH DEFAULT KEY
.