/AWS1/CL_EVBFAILOVERCONFIG¶
The failover configuration for an endpoint. This includes what triggers failover and what happens when it's triggered.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
io_primary TYPE REF TO /AWS1/CL_EVBPRIMARY /AWS1/CL_EVBPRIMARY¶
The main Region of the endpoint.
io_secondary TYPE REF TO /AWS1/CL_EVBSECONDARY /AWS1/CL_EVBSECONDARY¶
The Region that events are routed to when failover is triggered or event replication is enabled.
Queryable Attributes¶
Primary¶
The main Region of the endpoint.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PRIMARY() |
Getter for PRIMARY |
Secondary¶
The Region that events are routed to when failover is triggered or event replication is enabled.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SECONDARY() |
Getter for SECONDARY |