/AWS1/CL_KFKREPLICATORSUMMARY¶
Information about a replicator.
CONSTRUCTOR
¶
IMPORTING¶
Optional arguments:¶
iv_creationtime
TYPE /AWS1/KFK__TIMESTAMPISO8601
/AWS1/KFK__TIMESTAMPISO8601
¶
The time the replicator was created.
iv_currentversion
TYPE /AWS1/KFK__STRING
/AWS1/KFK__STRING
¶
The current version of the replicator.
iv_isreplicatorreference
TYPE /AWS1/KFK__BOOLEAN
/AWS1/KFK__BOOLEAN
¶
Whether this resource is a replicator reference.
it_kafkaclusterssummary
TYPE /AWS1/CL_KFKKAFKACLUSTSUMMARY=>TT___LISTOFKAFKACLUSTERSUMMARY
TT___LISTOFKAFKACLUSTERSUMMARY
¶
Kafka Clusters used in setting up sources / targets for replication.
it_replinfosummarylist
TYPE /AWS1/CL_KFKREPLINFOSUMMARY=>TT___LISTOFREPLINFOSUMMARY
TT___LISTOFREPLINFOSUMMARY
¶
A list of summarized information of replications between clusters.
iv_replicatorarn
TYPE /AWS1/KFK__STRING
/AWS1/KFK__STRING
¶
The Amazon Resource Name (ARN) of the replicator.
iv_replicatorname
TYPE /AWS1/KFK__STRING
/AWS1/KFK__STRING
¶
The name of the replicator.
iv_replicatorresourcearn
TYPE /AWS1/KFK__STRING
/AWS1/KFK__STRING
¶
The Amazon Resource Name (ARN) of the replicator resource in the region where the replicator was created.
iv_replicatorstate
TYPE /AWS1/KFKREPLICATORSTATE
/AWS1/KFKREPLICATORSTATE
¶
State of the replicator.
Queryable Attributes¶
CreationTime¶
The time the replicator was created.
Accessible with the following methods¶
Method | Description |
---|---|
GET_CREATIONTIME() |
Getter for CREATIONTIME, with configurable default |
ASK_CREATIONTIME() |
Getter for CREATIONTIME w/ exceptions if field has no value |
HAS_CREATIONTIME() |
Determine if CREATIONTIME has a value |
CurrentVersion¶
The current version of the replicator.
Accessible with the following methods¶
Method | Description |
---|---|
GET_CURRENTVERSION() |
Getter for CURRENTVERSION, with configurable default |
ASK_CURRENTVERSION() |
Getter for CURRENTVERSION w/ exceptions if field has no valu |
HAS_CURRENTVERSION() |
Determine if CURRENTVERSION has a value |
IsReplicatorReference¶
Whether this resource is a replicator reference.
Accessible with the following methods¶
Method | Description |
---|---|
GET_ISREPLICATORREFERENCE() |
Getter for ISREPLICATORREFERENCE, with configurable default |
ASK_ISREPLICATORREFERENCE() |
Getter for ISREPLICATORREFERENCE w/ exceptions if field has |
HAS_ISREPLICATORREFERENCE() |
Determine if ISREPLICATORREFERENCE has a value |
KafkaClustersSummary¶
Kafka Clusters used in setting up sources / targets for replication.
Accessible with the following methods¶
Method | Description |
---|---|
GET_KAFKACLUSTERSSUMMARY() |
Getter for KAFKACLUSTERSSUMMARY, with configurable default |
ASK_KAFKACLUSTERSSUMMARY() |
Getter for KAFKACLUSTERSSUMMARY w/ exceptions if field has n |
HAS_KAFKACLUSTERSSUMMARY() |
Determine if KAFKACLUSTERSSUMMARY has a value |
ReplicationInfoSummaryList¶
A list of summarized information of replications between clusters.
Accessible with the following methods¶
Method | Description |
---|---|
GET_REPLINFOSUMMARYLIST() |
Getter for REPLICATIONINFOSUMMARYLIST, with configurable def |
ASK_REPLINFOSUMMARYLIST() |
Getter for REPLICATIONINFOSUMMARYLIST w/ exceptions if field |
HAS_REPLINFOSUMMARYLIST() |
Determine if REPLICATIONINFOSUMMARYLIST has a value |
ReplicatorArn¶
The Amazon Resource Name (ARN) of the replicator.
Accessible with the following methods¶
Method | Description |
---|---|
GET_REPLICATORARN() |
Getter for REPLICATORARN, with configurable default |
ASK_REPLICATORARN() |
Getter for REPLICATORARN w/ exceptions if field has no value |
HAS_REPLICATORARN() |
Determine if REPLICATORARN has a value |
ReplicatorName¶
The name of the replicator.
Accessible with the following methods¶
Method | Description |
---|---|
GET_REPLICATORNAME() |
Getter for REPLICATORNAME, with configurable default |
ASK_REPLICATORNAME() |
Getter for REPLICATORNAME w/ exceptions if field has no valu |
HAS_REPLICATORNAME() |
Determine if REPLICATORNAME has a value |
ReplicatorResourceArn¶
The Amazon Resource Name (ARN) of the replicator resource in the region where the replicator was created.
Accessible with the following methods¶
Method | Description |
---|---|
GET_REPLICATORRESOURCEARN() |
Getter for REPLICATORRESOURCEARN, with configurable default |
ASK_REPLICATORRESOURCEARN() |
Getter for REPLICATORRESOURCEARN w/ exceptions if field has |
HAS_REPLICATORRESOURCEARN() |
Determine if REPLICATORRESOURCEARN has a value |
ReplicatorState¶
State of the replicator.
Accessible with the following methods¶
Method | Description |
---|---|
GET_REPLICATORSTATE() |
Getter for REPLICATORSTATE, with configurable default |
ASK_REPLICATORSTATE() |
Getter for REPLICATORSTATE w/ exceptions if field has no val |
HAS_REPLICATORSTATE() |
Determine if REPLICATORSTATE 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___LISTOFREPLICATORSUMMARY
¶
TYPES TT___LISTOFREPLICATORSUMMARY TYPE STANDARD TABLE OF REF TO /AWS1/CL_KFKREPLICATORSUMMARY WITH DEFAULT KEY
.