/AWS1/CL_XDDMULTIREGIONPROPS¶
Defines the structure for multi-Region cluster configurations, containing the witness region and linked cluster settings.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_witnessregion TYPE /AWS1/XDDREGION /AWS1/XDDREGION¶
The Region that serves as the witness region for a multi-Region cluster. The witness Region helps maintain cluster consistency and quorum.
it_clusters TYPE /AWS1/CL_XDDCLUSTERARNLIST_W=>TT_CLUSTERARNLIST TT_CLUSTERARNLIST¶
The set of peered clusters that form the multi-Region cluster configuration. Each peered cluster represents a database instance in a different Region.
Queryable Attributes¶
witnessRegion¶
The Region that serves as the witness region for a multi-Region cluster. The witness Region helps maintain cluster consistency and quorum.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_WITNESSREGION() |
Getter for WITNESSREGION, with configurable default |
ASK_WITNESSREGION() |
Getter for WITNESSREGION w/ exceptions if field has no value |
HAS_WITNESSREGION() |
Determine if WITNESSREGION has a value |
clusters¶
The set of peered clusters that form the multi-Region cluster configuration. Each peered cluster represents a database instance in a different Region.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CLUSTERS() |
Getter for CLUSTERS, with configurable default |
ASK_CLUSTERS() |
Getter for CLUSTERS w/ exceptions if field has no value |
HAS_CLUSTERS() |
Determine if CLUSTERS has a value |