/AWS1/CL_BUPRESTORETSTINGPLA01¶
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.
io_recoverypointselection
TYPE REF TO /AWS1/CL_BUPRESTORETSTINGREC00
/AWS1/CL_BUPRESTORETSTINGREC00
¶
The specified criteria to assign a set of resources, such as recovery point types or backup vaults.
iv_restoretestingplanarn
TYPE /AWS1/BUPSTRING00
/AWS1/BUPSTRING00
¶
An Amazon Resource Name (ARN) that uniquely identifies a 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_creatorrequestid
TYPE /AWS1/BUPSTRING00
/AWS1/BUPSTRING00
¶
This identifies the request and allows failed requests to be retried without the risk of running the operation twice. If the request includes a
CreatorRequestId
that matches an existing backup plan, that plan is returned. This parameter is optional.If used, this parameter must contain 1 to 50 alphanumeric or '-_.' characters.
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 |
CreatorRequestId¶
This identifies the request and allows failed requests to be retried without the risk of running the operation twice. If the request includes a
CreatorRequestId
that matches an existing backup plan, that plan is returned. This parameter is optional.If used, this parameter must contain 1 to 50 alphanumeric or '-_.' characters.
Accessible with the following methods¶
Method | Description |
---|---|
GET_CREATORREQUESTID() |
Getter for CREATORREQUESTID, with configurable default |
ASK_CREATORREQUESTID() |
Getter for CREATORREQUESTID w/ exceptions if field has no va |
HAS_CREATORREQUESTID() |
Determine if CREATORREQUESTID 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 |
RecoveryPointSelection¶
The specified criteria to assign a set of resources, such as recovery point types or backup vaults.
Accessible with the following methods¶
Method | Description |
---|---|
GET_RECOVERYPOINTSELECTION() |
Getter for RECOVERYPOINTSELECTION |
RestoreTestingPlanArn¶
An Amazon Resource Name (ARN) that uniquely identifies a 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 |