/AWS1/CL_ODBSTOPDBNODEOUTPUT¶
StopDbNodeOutput
CONSTRUCTOR
¶
IMPORTING¶
Required arguments:¶
iv_dbnodeid
TYPE /AWS1/ODBSTRING
/AWS1/ODBSTRING
¶
The unique identifier of the DB node that was stopped.
Optional arguments:¶
iv_status
TYPE /AWS1/ODBDBNODERESOURCESTATUS
/AWS1/ODBDBNODERESOURCESTATUS
¶
The current status of the DB node after the stop operation.
iv_statusreason
TYPE /AWS1/ODBSTRING
/AWS1/ODBSTRING
¶
Additional information about the status of the DB node after the stop operation.
Queryable Attributes¶
dbNodeId¶
The unique identifier of the DB node that was stopped.
Accessible with the following methods¶
Method | Description |
---|---|
GET_DBNODEID() |
Getter for DBNODEID, with configurable default |
ASK_DBNODEID() |
Getter for DBNODEID w/ exceptions if field has no value |
HAS_DBNODEID() |
Determine if DBNODEID has a value |
status¶
The current status of the DB node after the stop 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 DB node after the stop 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 |