/AWS1/CL_KFKCLUSTEROPV2SUMMARY¶
Returns information about a cluster operation.
CONSTRUCTOR
¶
IMPORTING¶
Optional arguments:¶
IV_CLUSTERARN
TYPE /AWS1/KFK__STRING
/AWS1/KFK__STRING
¶
ARN of the cluster.
IV_CLUSTERTYPE
TYPE /AWS1/KFKCLUSTERTYPE
/AWS1/KFKCLUSTERTYPE
¶
Type of the backend cluster.
IV_STARTTIME
TYPE /AWS1/KFK__TIMESTAMPISO8601
/AWS1/KFK__TIMESTAMPISO8601
¶
The time at which operation was started.
IV_ENDTIME
TYPE /AWS1/KFK__TIMESTAMPISO8601
/AWS1/KFK__TIMESTAMPISO8601
¶
The time at which the operation finished.
IV_OPERATIONARN
TYPE /AWS1/KFK__STRING
/AWS1/KFK__STRING
¶
ARN of the cluster operation.
IV_OPERATIONSTATE
TYPE /AWS1/KFK__STRING
/AWS1/KFK__STRING
¶
State of the cluster operation.
IV_OPERATIONTYPE
TYPE /AWS1/KFK__STRING
/AWS1/KFK__STRING
¶
Type of the cluster operation.
Queryable Attributes¶
ClusterArn¶
ARN of the cluster.
Accessible with the following methods¶
Method | Description |
---|---|
GET_CLUSTERARN() |
Getter for CLUSTERARN, with configurable default |
ASK_CLUSTERARN() |
Getter for CLUSTERARN w/ exceptions if field has no value |
HAS_CLUSTERARN() |
Determine if CLUSTERARN has a value |
ClusterType¶
Type of the backend cluster.
Accessible with the following methods¶
Method | Description |
---|---|
GET_CLUSTERTYPE() |
Getter for CLUSTERTYPE, with configurable default |
ASK_CLUSTERTYPE() |
Getter for CLUSTERTYPE w/ exceptions if field has no value |
HAS_CLUSTERTYPE() |
Determine if CLUSTERTYPE has a value |
StartTime¶
The time at which operation was started.
Accessible with the following methods¶
Method | Description |
---|---|
GET_STARTTIME() |
Getter for STARTTIME, with configurable default |
ASK_STARTTIME() |
Getter for STARTTIME w/ exceptions if field has no value |
HAS_STARTTIME() |
Determine if STARTTIME has a value |
EndTime¶
The time at which the operation finished.
Accessible with the following methods¶
Method | Description |
---|---|
GET_ENDTIME() |
Getter for ENDTIME, with configurable default |
ASK_ENDTIME() |
Getter for ENDTIME w/ exceptions if field has no value |
HAS_ENDTIME() |
Determine if ENDTIME has a value |
OperationArn¶
ARN of the cluster operation.
Accessible with the following methods¶
Method | Description |
---|---|
GET_OPERATIONARN() |
Getter for OPERATIONARN, with configurable default |
ASK_OPERATIONARN() |
Getter for OPERATIONARN w/ exceptions if field has no value |
HAS_OPERATIONARN() |
Determine if OPERATIONARN has a value |
OperationState¶
State of the cluster operation.
Accessible with the following methods¶
Method | Description |
---|---|
GET_OPERATIONSTATE() |
Getter for OPERATIONSTATE, with configurable default |
ASK_OPERATIONSTATE() |
Getter for OPERATIONSTATE w/ exceptions if field has no valu |
HAS_OPERATIONSTATE() |
Determine if OPERATIONSTATE has a value |
OperationType¶
Type of the cluster operation.
Accessible with the following methods¶
Method | Description |
---|---|
GET_OPERATIONTYPE() |
Getter for OPERATIONTYPE, with configurable default |
ASK_OPERATIONTYPE() |
Getter for OPERATIONTYPE w/ exceptions if field has no value |
HAS_OPERATIONTYPE() |
Determine if OPERATIONTYPE 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___LISTOFCLUSTEROPV2SUMMARY
¶
TYPES TT___LISTOFCLUSTEROPV2SUMMARY TYPE STANDARD TABLE OF REF TO /AWS1/CL_KFKCLUSTEROPV2SUMMARY WITH DEFAULT KEY
.