/AWS1/CL_RSHUPDATETARGET¶
A maintenance track that you can switch the current track to.
CONSTRUCTOR
¶
IMPORTING¶
Optional arguments:¶
iv_maintenancetrackname
TYPE /AWS1/RSHSTRING
/AWS1/RSHSTRING
¶
The name of the new maintenance track.
iv_databaseversion
TYPE /AWS1/RSHSTRING
/AWS1/RSHSTRING
¶
The cluster version for the new maintenance track.
it_supportedoperations
TYPE /AWS1/CL_RSHSUPPORTEDOPERATION=>TT_SUPPORTEDOPERATIONLIST
TT_SUPPORTEDOPERATIONLIST
¶
A list of operations supported by the maintenance track.
Queryable Attributes¶
MaintenanceTrackName¶
The name of the new maintenance track.
Accessible with the following methods¶
Method | Description |
---|---|
GET_MAINTENANCETRACKNAME() |
Getter for MAINTENANCETRACKNAME, with configurable default |
ASK_MAINTENANCETRACKNAME() |
Getter for MAINTENANCETRACKNAME w/ exceptions if field has n |
HAS_MAINTENANCETRACKNAME() |
Determine if MAINTENANCETRACKNAME has a value |
DatabaseVersion¶
The cluster version for the new maintenance track.
Accessible with the following methods¶
Method | Description |
---|---|
GET_DATABASEVERSION() |
Getter for DATABASEVERSION, with configurable default |
ASK_DATABASEVERSION() |
Getter for DATABASEVERSION w/ exceptions if field has no val |
HAS_DATABASEVERSION() |
Determine if DATABASEVERSION has a value |
SupportedOperations¶
A list of operations supported by the maintenance track.
Accessible with the following methods¶
Method | Description |
---|---|
GET_SUPPORTEDOPERATIONS() |
Getter for SUPPORTEDOPERATIONS, with configurable default |
ASK_SUPPORTEDOPERATIONS() |
Getter for SUPPORTEDOPERATIONS w/ exceptions if field has no |
HAS_SUPPORTEDOPERATIONS() |
Determine if SUPPORTEDOPERATIONS 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_ELIGIBLETRACKSTOUPDATELIST
¶
TYPES TT_ELIGIBLETRACKSTOUPDATELIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_RSHUPDATETARGET WITH DEFAULT KEY
.