/AWS1/CL_ODBLONGTERMBACKUPSCHD¶
The long-term backup schedule for an Autonomous Database.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_isdisabled TYPE /AWS1/ODBBOOLEAN /AWS1/ODBBOOLEAN¶
Indicates whether the long-term backup schedule is disabled.
iv_repeatcadence TYPE /AWS1/ODBREPEATCADENCE /AWS1/ODBREPEATCADENCE¶
The cadence at which long-term backups are taken.
iv_retentionperiodindays TYPE /AWS1/ODBINTEGER /AWS1/ODBINTEGER¶
The retention period, in days, for long-term backups.
iv_timeofbackup TYPE /AWS1/ODBTIMESTAMP /AWS1/ODBTIMESTAMP¶
The date and time at which the long-term backup is taken.
Queryable Attributes¶
isDisabled¶
Indicates whether the long-term backup schedule is disabled.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ISDISABLED() |
Getter for ISDISABLED, with configurable default |
ASK_ISDISABLED() |
Getter for ISDISABLED w/ exceptions if field has no value |
HAS_ISDISABLED() |
Determine if ISDISABLED has a value |
repeatCadence¶
The cadence at which long-term backups are taken.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_REPEATCADENCE() |
Getter for REPEATCADENCE, with configurable default |
ASK_REPEATCADENCE() |
Getter for REPEATCADENCE w/ exceptions if field has no value |
HAS_REPEATCADENCE() |
Determine if REPEATCADENCE has a value |
retentionPeriodInDays¶
The retention period, in days, for long-term backups.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_RETENTIONPERIODINDAYS() |
Getter for RETENTIONPERIODINDAYS, with configurable default |
ASK_RETENTIONPERIODINDAYS() |
Getter for RETENTIONPERIODINDAYS w/ exceptions if field has |
HAS_RETENTIONPERIODINDAYS() |
Determine if RETENTIONPERIODINDAYS has a value |
timeOfBackup¶
The date and time at which the long-term backup is taken.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TIMEOFBACKUP() |
Getter for TIMEOFBACKUP, with configurable default |
ASK_TIMEOFBACKUP() |
Getter for TIMEOFBACKUP w/ exceptions if field has no value |
HAS_TIMEOFBACKUP() |
Determine if TIMEOFBACKUP has a value |