/AWS1/CL_ODBCREATEAUTODBBUPOUT¶
CreateAutonomousDatabaseBackupOutput
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_atnmsdatabasebackupid TYPE /AWS1/ODBSTRING /AWS1/ODBSTRING¶
The unique identifier of the Autonomous Database backup that was created.
Optional arguments:¶
iv_displayname TYPE /AWS1/ODBSTRING /AWS1/ODBSTRING¶
The user-friendly name of the Autonomous Database backup that was created.
iv_status TYPE /AWS1/ODBRESOURCESTATUS /AWS1/ODBRESOURCESTATUS¶
The current status of the Autonomous Database backup.
iv_statusreason TYPE /AWS1/ODBSTRING /AWS1/ODBSTRING¶
Additional information about the current status of the Autonomous Database backup, if applicable.
Queryable Attributes¶
displayName¶
The user-friendly name of the Autonomous Database backup that was created.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DISPLAYNAME() |
Getter for DISPLAYNAME, with configurable default |
ASK_DISPLAYNAME() |
Getter for DISPLAYNAME w/ exceptions if field has no value |
HAS_DISPLAYNAME() |
Determine if DISPLAYNAME has a value |
status¶
The current status of the Autonomous Database backup.
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 |
statusReason¶
Additional information about the current status of the Autonomous Database backup, if applicable.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STATUSREASON() |
Getter for STATUSREASON, with configurable default |
ASK_STATUSREASON() |
Getter for STATUSREASON w/ exceptions if field has no value |
HAS_STATUSREASON() |
Determine if STATUSREASON has a value |
autonomousDatabaseBackupId¶
The unique identifier of the Autonomous Database backup that was created.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ATNMSDATABASEBACKUPID() |
Getter for AUTONOMOUSDATABASEBACKUPID, with configurable def |
ASK_ATNMSDATABASEBACKUPID() |
Getter for AUTONOMOUSDATABASEBACKUPID w/ exceptions if field |
HAS_ATNMSDATABASEBACKUPID() |
Determine if AUTONOMOUSDATABASEBACKUPID has a value |