/AWS1/CL_OSRDOMMAINTENANCEDETS¶
Container for the domain maintenance details.
CONSTRUCTOR
¶
IMPORTING¶
Optional arguments:¶
iv_maintenanceid
TYPE /AWS1/OSRREQUESTID
/AWS1/OSRREQUESTID
¶
The ID of the requested action.
iv_domainname
TYPE /AWS1/OSRDOMAINNAME
/AWS1/OSRDOMAINNAME
¶
The name of the domain.
iv_action
TYPE /AWS1/OSRMAINTENANCETYPE
/AWS1/OSRMAINTENANCETYPE
¶
The name of the action.
iv_nodeid
TYPE /AWS1/OSRNODEID
/AWS1/OSRNODEID
¶
The ID of the data node.
iv_status
TYPE /AWS1/OSRMAINTENANCESTATUS
/AWS1/OSRMAINTENANCESTATUS
¶
The status of the action.
iv_statusmessage
TYPE /AWS1/OSRMAINTENANCESTATUSMSG
/AWS1/OSRMAINTENANCESTATUSMSG
¶
The status message for the action.
iv_createdat
TYPE /AWS1/OSRUPDATETIMESTAMP
/AWS1/OSRUPDATETIMESTAMP
¶
The time at which the action was created.
iv_updatedat
TYPE /AWS1/OSRUPDATETIMESTAMP
/AWS1/OSRUPDATETIMESTAMP
¶
The time at which the action was updated.
Queryable Attributes¶
MaintenanceId¶
The ID of the requested action.
Accessible with the following methods¶
Method | Description |
---|---|
GET_MAINTENANCEID() |
Getter for MAINTENANCEID, with configurable default |
ASK_MAINTENANCEID() |
Getter for MAINTENANCEID w/ exceptions if field has no value |
HAS_MAINTENANCEID() |
Determine if MAINTENANCEID has a value |
DomainName¶
The name of the domain.
Accessible with the following methods¶
Method | Description |
---|---|
GET_DOMAINNAME() |
Getter for DOMAINNAME, with configurable default |
ASK_DOMAINNAME() |
Getter for DOMAINNAME w/ exceptions if field has no value |
HAS_DOMAINNAME() |
Determine if DOMAINNAME has a value |
Action¶
The name of the action.
Accessible with the following methods¶
Method | Description |
---|---|
GET_ACTION() |
Getter for ACTION, with configurable default |
ASK_ACTION() |
Getter for ACTION w/ exceptions if field has no value |
HAS_ACTION() |
Determine if ACTION has a value |
NodeId¶
The ID of the data node.
Accessible with the following methods¶
Method | Description |
---|---|
GET_NODEID() |
Getter for NODEID, with configurable default |
ASK_NODEID() |
Getter for NODEID w/ exceptions if field has no value |
HAS_NODEID() |
Determine if NODEID has a value |
Status¶
The status of the action.
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 |
StatusMessage¶
The status message for the action.
Accessible with the following methods¶
Method | Description |
---|---|
GET_STATUSMESSAGE() |
Getter for STATUSMESSAGE, with configurable default |
ASK_STATUSMESSAGE() |
Getter for STATUSMESSAGE w/ exceptions if field has no value |
HAS_STATUSMESSAGE() |
Determine if STATUSMESSAGE has a value |
CreatedAt¶
The time at which the action was created.
Accessible with the following methods¶
Method | Description |
---|---|
GET_CREATEDAT() |
Getter for CREATEDAT, with configurable default |
ASK_CREATEDAT() |
Getter for CREATEDAT w/ exceptions if field has no value |
HAS_CREATEDAT() |
Determine if CREATEDAT has a value |
UpdatedAt¶
The time at which the action was updated.
Accessible with the following methods¶
Method | Description |
---|---|
GET_UPDATEDAT() |
Getter for UPDATEDAT, with configurable default |
ASK_UPDATEDAT() |
Getter for UPDATEDAT w/ exceptions if field has no value |
HAS_UPDATEDAT() |
Determine if UPDATEDAT 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_DOMAINMAINTENANCELIST
¶
TYPES TT_DOMAINMAINTENANCELIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_OSRDOMMAINTENANCEDETS WITH DEFAULT KEY
.