/AWS1/CL_XDDGETCLUSTEROUTPUT¶
The output of a cluster.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_identifier TYPE /AWS1/XDDCLUSTERID /AWS1/XDDCLUSTERID¶
The ID of the retrieved cluster.
iv_arn TYPE /AWS1/XDDCLUSTERARN /AWS1/XDDCLUSTERARN¶
The ARN of the retrieved cluster.
iv_status TYPE /AWS1/XDDCLUSTERSTATUS /AWS1/XDDCLUSTERSTATUS¶
The status of the retrieved cluster.
iv_creationtime TYPE /AWS1/XDDCLUSTERCREATIONTIME /AWS1/XDDCLUSTERCREATIONTIME¶
The time of when the cluster was created.
iv_deletionprotectionenabled TYPE /AWS1/XDDDELETIONPROTECTIONE00 /AWS1/XDDDELETIONPROTECTIONE00¶
Whether deletion protection is enabled in this cluster.
Optional arguments:¶
io_multiregionproperties TYPE REF TO /AWS1/CL_XDDMULTIREGIONPROPS /AWS1/CL_XDDMULTIREGIONPROPS¶
Returns the current multi-Region cluster configuration, including witness region and linked cluster information.
it_tags TYPE /AWS1/CL_XDDTAGMAP_W=>TT_TAGMAP TT_TAGMAP¶
tags
io_encryptiondetails TYPE REF TO /AWS1/CL_XDDENCRYPTIONDETAILS /AWS1/CL_XDDENCRYPTIONDETAILS¶
The current encryption configuration details for the cluster.
iv_endpoint TYPE /AWS1/XDDENDPOINT /AWS1/XDDENDPOINT¶
The connection endpoint for the cluster.
Queryable Attributes¶
identifier¶
The ID of the retrieved cluster.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_IDENTIFIER() |
Getter for IDENTIFIER, with configurable default |
ASK_IDENTIFIER() |
Getter for IDENTIFIER w/ exceptions if field has no value |
HAS_IDENTIFIER() |
Determine if IDENTIFIER has a value |
arn¶
The ARN of the retrieved cluster.
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 |
status¶
The status of the retrieved cluster.
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 |
creationTime¶
The time of when the cluster 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 |
deletionProtectionEnabled¶
Whether deletion protection is enabled in this cluster.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DELETIONPROTECTIONENBD() |
Getter for DELETIONPROTECTIONENABLED, with configurable defa |
ASK_DELETIONPROTECTIONENBD() |
Getter for DELETIONPROTECTIONENABLED w/ exceptions if field |
HAS_DELETIONPROTECTIONENBD() |
Determine if DELETIONPROTECTIONENABLED has a value |
multiRegionProperties¶
Returns the current multi-Region cluster configuration, including witness region and linked cluster information.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_MULTIREGIONPROPERTIES() |
Getter for MULTIREGIONPROPERTIES |
tags¶
tags
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TAGS() |
Getter for TAGS, with configurable default |
ASK_TAGS() |
Getter for TAGS w/ exceptions if field has no value |
HAS_TAGS() |
Determine if TAGS has a value |
encryptionDetails¶
The current encryption configuration details for the cluster.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ENCRYPTIONDETAILS() |
Getter for ENCRYPTIONDETAILS |
endpoint¶
The connection endpoint for the cluster.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ENDPOINT() |
Getter for ENDPOINT, with configurable default |
ASK_ENDPOINT() |
Getter for ENDPOINT w/ exceptions if field has no value |
HAS_ENDPOINT() |
Determine if ENDPOINT has a value |