/AWS1/CL_ODBCROSSRGN3RESTORE00¶
The configuration access for the cross-Region Amazon S3 database restore source for the ODB network.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_region TYPE /AWS1/ODBSTRING /AWS1/ODBSTRING¶
The Amazon Web Services Region for cross-Region Amazon S3 restore access.
it_ipv4addresses TYPE /AWS1/CL_ODBSTRINGLIST_W=>TT_STRINGLIST TT_STRINGLIST¶
The IPv4 addresses allowed for cross-Region Amazon S3 restore access.
iv_status TYPE /AWS1/ODBMANAGEDRESOURCESTATUS /AWS1/ODBMANAGEDRESOURCESTATUS¶
The current status of the cross-Region Amazon S3 restore access configuration.
Queryable Attributes¶
region¶
The Amazon Web Services Region for cross-Region Amazon S3 restore access.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_REGION() |
Getter for REGION, with configurable default |
ASK_REGION() |
Getter for REGION w/ exceptions if field has no value |
HAS_REGION() |
Determine if REGION has a value |
ipv4Addresses¶
The IPv4 addresses allowed for cross-Region Amazon S3 restore access.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_IPV4ADDRESSES() |
Getter for IPV4ADDRESSES, with configurable default |
ASK_IPV4ADDRESSES() |
Getter for IPV4ADDRESSES w/ exceptions if field has no value |
HAS_IPV4ADDRESSES() |
Determine if IPV4ADDRESSES has a value |
status¶
The current status of the cross-Region Amazon S3 restore access configuration.
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 |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_CROSSRGNS3RESTORESACCLIST¶
TYPES TT_CROSSRGNS3RESTORESACCLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_ODBCROSSRGN3RESTORE00 WITH DEFAULT KEY
.