/AWS1/CL_BUPRESTORETSTINGPLA02¶
This contains metadata about a restore testing plan.
CONSTRUCTOR
¶
IMPORTING¶
Required arguments:¶
iv_creationtime
TYPE /AWS1/BUPTIMESTAMP00
/AWS1/BUPTIMESTAMP00
¶
The date and time that a restore testing plan was created, in Unix format and Coordinated Universal Time (UTC). The value of
CreationTime
is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.
iv_restoretestingplanarn
TYPE /AWS1/BUPSTRING00
/AWS1/BUPSTRING00
¶
An Amazon Resource Name (ARN) that uniquely identifiesa restore testing plan.
iv_restoretestingplanname
TYPE /AWS1/BUPSTRING00
/AWS1/BUPSTRING00
¶
The restore testing plan name.
iv_scheduleexpression
TYPE /AWS1/BUPSTRING00
/AWS1/BUPSTRING00
¶
A CRON expression in specified timezone when a restore testing plan is executed. When no CRON expression is provided, Backup will use the default expression
cron(0 5 ? * * *)
.
Optional arguments:¶
iv_lastexecutiontime
TYPE /AWS1/BUPTIMESTAMP00
/AWS1/BUPTIMESTAMP00
¶
The last time a restore test was run with the specified restore testing plan. A date and time, in Unix format and Coordinated Universal Time (UTC). The value of
LastExecutionDate
is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.
iv_lastupdatetime
TYPE /AWS1/BUPTIMESTAMP00
/AWS1/BUPTIMESTAMP00
¶
The date and time that the restore testing plan was updated. This update is in Unix format and Coordinated Universal Time (UTC). The value of
LastUpdateTime
is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.
iv_schedulexprsntimezone
TYPE /AWS1/BUPSTRING00
/AWS1/BUPSTRING00
¶
Optional. This is the timezone in which the schedule expression is set. By default, ScheduleExpressions are in UTC. You can modify this to a specified timezone.
iv_startwindowhours
TYPE /AWS1/BUPINTEGER
/AWS1/BUPINTEGER
¶
Defaults to 24 hours.
A value in hours after a restore test is scheduled before a job will be canceled if it doesn't start successfully. This value is optional. If this value is included, this parameter has a maximum value of 168 hours (one week).
Queryable Attributes¶
CreationTime¶
The date and time that a restore testing plan was created, in Unix format and Coordinated Universal Time (UTC). The value of
CreationTime
is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.
Accessible with the following methods¶
Method | Description |
---|---|
GET_CREATIONTIME() |
Getter for CREATIONTIME, with configurable default |
ASK_CREATIONTIME() |
Getter for CREATIONTIME w/ exceptions if field has no value |
HAS_CREATIONTIME() |
Determine if CREATIONTIME has a value |
LastExecutionTime¶
The last time a restore test was run with the specified restore testing plan. A date and time, in Unix format and Coordinated Universal Time (UTC). The value of
LastExecutionDate
is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.
Accessible with the following methods¶
Method | Description |
---|---|
GET_LASTEXECUTIONTIME() |
Getter for LASTEXECUTIONTIME, with configurable default |
ASK_LASTEXECUTIONTIME() |
Getter for LASTEXECUTIONTIME w/ exceptions if field has no v |
HAS_LASTEXECUTIONTIME() |
Determine if LASTEXECUTIONTIME has a value |
LastUpdateTime¶
The date and time that the restore testing plan was updated. This update is in Unix format and Coordinated Universal Time (UTC). The value of
LastUpdateTime
is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.
Accessible with the following methods¶
Method | Description |
---|---|
GET_LASTUPDATETIME() |
Getter for LASTUPDATETIME, with configurable default |
ASK_LASTUPDATETIME() |
Getter for LASTUPDATETIME w/ exceptions if field has no valu |
HAS_LASTUPDATETIME() |
Determine if LASTUPDATETIME has a value |
RestoreTestingPlanArn¶
An Amazon Resource Name (ARN) that uniquely identifiesa restore testing plan.
Accessible with the following methods¶
Method | Description |
---|---|
GET_RESTORETESTINGPLANARN() |
Getter for RESTORETESTINGPLANARN, with configurable default |
ASK_RESTORETESTINGPLANARN() |
Getter for RESTORETESTINGPLANARN w/ exceptions if field has |
HAS_RESTORETESTINGPLANARN() |
Determine if RESTORETESTINGPLANARN has a value |
RestoreTestingPlanName¶
The restore testing plan name.
Accessible with the following methods¶
Method | Description |
---|---|
GET_RESTORETESTINGPLANNAME() |
Getter for RESTORETESTINGPLANNAME, with configurable default |
ASK_RESTORETESTINGPLANNAME() |
Getter for RESTORETESTINGPLANNAME w/ exceptions if field has |
HAS_RESTORETESTINGPLANNAME() |
Determine if RESTORETESTINGPLANNAME has a value |
ScheduleExpression¶
A CRON expression in specified timezone when a restore testing plan is executed. When no CRON expression is provided, Backup will use the default expression
cron(0 5 ? * * *)
.
Accessible with the following methods¶
Method | Description |
---|---|
GET_SCHEDULEEXPRESSION() |
Getter for SCHEDULEEXPRESSION, with configurable default |
ASK_SCHEDULEEXPRESSION() |
Getter for SCHEDULEEXPRESSION w/ exceptions if field has no |
HAS_SCHEDULEEXPRESSION() |
Determine if SCHEDULEEXPRESSION has a value |
ScheduleExpressionTimezone¶
Optional. This is the timezone in which the schedule expression is set. By default, ScheduleExpressions are in UTC. You can modify this to a specified timezone.
Accessible with the following methods¶
Method | Description |
---|---|
GET_SCHEDULEXPRSNTIMEZONE() |
Getter for SCHEDULEEXPRESSIONTIMEZONE, with configurable def |
ASK_SCHEDULEXPRSNTIMEZONE() |
Getter for SCHEDULEEXPRESSIONTIMEZONE w/ exceptions if field |
HAS_SCHEDULEXPRSNTIMEZONE() |
Determine if SCHEDULEEXPRESSIONTIMEZONE has a value |
StartWindowHours¶
Defaults to 24 hours.
A value in hours after a restore test is scheduled before a job will be canceled if it doesn't start successfully. This value is optional. If this value is included, this parameter has a maximum value of 168 hours (one week).
Accessible with the following methods¶
Method | Description |
---|---|
GET_STARTWINDOWHOURS() |
Getter for STARTWINDOWHOURS |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_RESTORETESTINGPLANS
¶
TYPES TT_RESTORETESTINGPLANS TYPE STANDARD TABLE OF REF TO /AWS1/CL_BUPRESTORETSTINGPLA02 WITH DEFAULT KEY
.