/AWS1/CL_MEMSERVICEUPDATE¶
An update that you can apply to your MemoryDB clusters.
CONSTRUCTOR
¶
IMPORTING¶
Optional arguments:¶
iv_clustername
TYPE /AWS1/MEMSTRING
/AWS1/MEMSTRING
¶
The name of the cluster to which the service update applies
iv_serviceupdatename
TYPE /AWS1/MEMSTRING
/AWS1/MEMSTRING
¶
The unique ID of the service update
iv_releasedate
TYPE /AWS1/MEMTSTAMP
/AWS1/MEMTSTAMP
¶
The date when the service update is initially available
iv_description
TYPE /AWS1/MEMSTRING
/AWS1/MEMSTRING
¶
Provides details of the service update
iv_status
TYPE /AWS1/MEMSERVICEUPDATESTATUS
/AWS1/MEMSERVICEUPDATESTATUS
¶
The status of the service update
iv_type
TYPE /AWS1/MEMSERVICEUPDATETYPE
/AWS1/MEMSERVICEUPDATETYPE
¶
Reflects the nature of the service update
iv_engine
TYPE /AWS1/MEMSTRING
/AWS1/MEMSTRING
¶
The name of the engine for which a service update is available.
iv_nodesupdated
TYPE /AWS1/MEMSTRING
/AWS1/MEMSTRING
¶
A list of nodes updated by the service update
iv_autoupdatestartdate
TYPE /AWS1/MEMTSTAMP
/AWS1/MEMTSTAMP
¶
The date at which the service update will be automatically applied
Queryable Attributes¶
ClusterName¶
The name of the cluster to which the service update applies
Accessible with the following methods¶
Method | Description |
---|---|
GET_CLUSTERNAME() |
Getter for CLUSTERNAME, with configurable default |
ASK_CLUSTERNAME() |
Getter for CLUSTERNAME w/ exceptions if field has no value |
HAS_CLUSTERNAME() |
Determine if CLUSTERNAME has a value |
ServiceUpdateName¶
The unique ID of the service update
Accessible with the following methods¶
Method | Description |
---|---|
GET_SERVICEUPDATENAME() |
Getter for SERVICEUPDATENAME, with configurable default |
ASK_SERVICEUPDATENAME() |
Getter for SERVICEUPDATENAME w/ exceptions if field has no v |
HAS_SERVICEUPDATENAME() |
Determine if SERVICEUPDATENAME has a value |
ReleaseDate¶
The date when the service update is initially available
Accessible with the following methods¶
Method | Description |
---|---|
GET_RELEASEDATE() |
Getter for RELEASEDATE, with configurable default |
ASK_RELEASEDATE() |
Getter for RELEASEDATE w/ exceptions if field has no value |
HAS_RELEASEDATE() |
Determine if RELEASEDATE has a value |
Description¶
Provides details of the service update
Accessible with the following methods¶
Method | Description |
---|---|
GET_DESCRIPTION() |
Getter for DESCRIPTION, with configurable default |
ASK_DESCRIPTION() |
Getter for DESCRIPTION w/ exceptions if field has no value |
HAS_DESCRIPTION() |
Determine if DESCRIPTION has a value |
Status¶
The status of the service update
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 |
Type¶
Reflects the nature of the service update
Accessible with the following methods¶
Method | Description |
---|---|
GET_TYPE() |
Getter for TYPE, with configurable default |
ASK_TYPE() |
Getter for TYPE w/ exceptions if field has no value |
HAS_TYPE() |
Determine if TYPE has a value |
Engine¶
The name of the engine for which a service update is available.
Accessible with the following methods¶
Method | Description |
---|---|
GET_ENGINE() |
Getter for ENGINE, with configurable default |
ASK_ENGINE() |
Getter for ENGINE w/ exceptions if field has no value |
HAS_ENGINE() |
Determine if ENGINE has a value |
NodesUpdated¶
A list of nodes updated by the service update
Accessible with the following methods¶
Method | Description |
---|---|
GET_NODESUPDATED() |
Getter for NODESUPDATED, with configurable default |
ASK_NODESUPDATED() |
Getter for NODESUPDATED w/ exceptions if field has no value |
HAS_NODESUPDATED() |
Determine if NODESUPDATED has a value |
AutoUpdateStartDate¶
The date at which the service update will be automatically applied
Accessible with the following methods¶
Method | Description |
---|---|
GET_AUTOUPDATESTARTDATE() |
Getter for AUTOUPDATESTARTDATE, with configurable default |
ASK_AUTOUPDATESTARTDATE() |
Getter for AUTOUPDATESTARTDATE w/ exceptions if field has no |
HAS_AUTOUPDATESTARTDATE() |
Determine if AUTOUPDATESTARTDATE 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_SERVICEUPDATELIST
¶
TYPES TT_SERVICEUPDATELIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_MEMSERVICEUPDATE WITH DEFAULT KEY
.