/AWS1/CL_ESSAUTOSNAPPAUSEOPTS¶
Specifies the automated snapshot pause options for the domain. These options allow you to temporarily pause automated snapshots for a specified time period.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_enabled TYPE /AWS1/ESSBOOLEAN /AWS1/ESSBOOLEAN¶
Whether automated snapshot pause is enabled for the domain.
Optional arguments:¶
iv_starttime TYPE /AWS1/ESSUPDATETIMESTAMP /AWS1/ESSUPDATETIMESTAMP¶
The timestamp at which the automated snapshot pause begins.
iv_endtime TYPE /AWS1/ESSUPDATETIMESTAMP /AWS1/ESSUPDATETIMESTAMP¶
The timestamp at which the automated snapshot pause ends.
iv_state TYPE /AWS1/ESSPAUSESTATE /AWS1/ESSPAUSESTATE¶
The current state of the automated snapshot pause. Valid values are
Active,Completed,Scheduled, andDisabled.
Queryable Attributes¶
Enabled¶
Whether automated snapshot pause is enabled for the domain.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ENABLED() |
Getter for ENABLED, with configurable default |
ASK_ENABLED() |
Getter for ENABLED w/ exceptions if field has no value |
HAS_ENABLED() |
Determine if ENABLED has a value |
StartTime¶
The timestamp at which the automated snapshot pause begins.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STARTTIME() |
Getter for STARTTIME, with configurable default |
ASK_STARTTIME() |
Getter for STARTTIME w/ exceptions if field has no value |
HAS_STARTTIME() |
Determine if STARTTIME has a value |
EndTime¶
The timestamp at which the automated snapshot pause ends.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ENDTIME() |
Getter for ENDTIME, with configurable default |
ASK_ENDTIME() |
Getter for ENDTIME w/ exceptions if field has no value |
HAS_ENDTIME() |
Determine if ENDTIME has a value |
State¶
The current state of the automated snapshot pause. Valid values are
Active,Completed,Scheduled, andDisabled.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STATE() |
Getter for STATE, with configurable default |
ASK_STATE() |
Getter for STATE w/ exceptions if field has no value |
HAS_STATE() |
Determine if STATE has a value |