/AWS1/CL_ODBREBOOTAUTODBOUTPUT¶
RebootAutonomousDatabaseOutput
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_autonomousdatabaseid TYPE /AWS1/ODBSTRING /AWS1/ODBSTRING¶
The unique identifier of the Autonomous Database that was rebooted.
Optional arguments:¶
iv_displayname TYPE /AWS1/ODBSTRING /AWS1/ODBSTRING¶
The user-friendly name of the Autonomous Database.
iv_status TYPE /AWS1/ODBATNMSDATABASERESTATUS /AWS1/ODBATNMSDATABASERESTATUS¶
The current status of the Autonomous Database after the reboot operation.
iv_statusreason TYPE /AWS1/ODBSTRING /AWS1/ODBSTRING¶
Additional information about the status of the Autonomous Database after the reboot operation.
Queryable Attributes¶
autonomousDatabaseId¶
The unique identifier of the Autonomous Database that was rebooted.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_AUTONOMOUSDATABASEID() |
Getter for AUTONOMOUSDATABASEID, with configurable default |
ASK_AUTONOMOUSDATABASEID() |
Getter for AUTONOMOUSDATABASEID w/ exceptions if field has n |
HAS_AUTONOMOUSDATABASEID() |
Determine if AUTONOMOUSDATABASEID has a value |
displayName¶
The user-friendly name of the Autonomous Database.
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 after the reboot operation.
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 status of the Autonomous Database after the reboot operation.
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 |