/AWS1/CL_RSHCLUSTERDBREVISION¶
Describes a ClusterDbRevision.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_clusteridentifier TYPE /AWS1/RSHSTRING /AWS1/RSHSTRING¶
The unique identifier of the cluster.
iv_currentdatabaserevision TYPE /AWS1/RSHSTRING /AWS1/RSHSTRING¶
A string representing the current cluster version.
iv_databaserevisionrelease00 TYPE /AWS1/RSHTSTAMP /AWS1/RSHTSTAMP¶
The date on which the database revision was released.
it_revisiontargets TYPE /AWS1/CL_RSHREVISIONTARGET=>TT_REVISIONTARGETSLIST TT_REVISIONTARGETSLIST¶
A list of
RevisionTargetobjects, where each object describes the database revision that a cluster can be updated to.
Queryable Attributes¶
ClusterIdentifier¶
The unique identifier of the cluster.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CLUSTERIDENTIFIER() |
Getter for CLUSTERIDENTIFIER, with configurable default |
ASK_CLUSTERIDENTIFIER() |
Getter for CLUSTERIDENTIFIER w/ exceptions if field has no v |
HAS_CLUSTERIDENTIFIER() |
Determine if CLUSTERIDENTIFIER has a value |
CurrentDatabaseRevision¶
A string representing the current cluster version.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CURRENTDATABASEREVISION() |
Getter for CURRENTDATABASEREVISION, with configurable defaul |
ASK_CURRENTDATABASEREVISION() |
Getter for CURRENTDATABASEREVISION w/ exceptions if field ha |
HAS_CURRENTDATABASEREVISION() |
Determine if CURRENTDATABASEREVISION has a value |
DatabaseRevisionReleaseDate¶
The date on which the database revision was released.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DATABASEREVISIONRELEAS00() |
Getter for DATABASEREVISIONRELEASEDATE, with configurable de |
ASK_DATABASEREVISIONRELEAS00() |
Getter for DATABASEREVISIONRELEASEDATE w/ exceptions if fiel |
HAS_DATABASEREVISIONRELEAS00() |
Determine if DATABASEREVISIONRELEASEDATE has a value |
RevisionTargets¶
A list of
RevisionTargetobjects, where each object describes the database revision that a cluster can be updated to.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_REVISIONTARGETS() |
Getter for REVISIONTARGETS, with configurable default |
ASK_REVISIONTARGETS() |
Getter for REVISIONTARGETS w/ exceptions if field has no val |
HAS_REVISIONTARGETS() |
Determine if REVISIONTARGETS 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_CLUSTERDBREVISIONSLIST¶
TYPES TT_CLUSTERDBREVISIONSLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_RSHCLUSTERDBREVISION WITH DEFAULT KEY
.