AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

This contains metadata about a restore testing plan.

Inheritance Hierarchy

System.Object
  Amazon.Backup.Model.RestoreTestingPlanForList

Namespace: Amazon.Backup.Model
Assembly: AWSSDK.Backup.dll
Version: 3.x.y.z

Syntax

C#
public class RestoreTestingPlanForList

The RestoreTestingPlanForList type exposes the following members

Constructors

NameDescription
Public Method RestoreTestingPlanForList()

Properties

NameTypeDescription
Public Property CreationTime System.DateTime

Gets and sets the property 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.

Public Property LastExecutionTime System.DateTime

Gets and sets the property 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.

Public Property LastUpdateTime System.DateTime

Gets and sets the property 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.

Public Property RestoreTestingPlanArn System.String

Gets and sets the property RestoreTestingPlanArn.

An Amazon Resource Name (ARN) that uniquely identifiesa restore testing plan.

Public Property RestoreTestingPlanName System.String

Gets and sets the property RestoreTestingPlanName.

This is the restore testing plan name.

Public Property ScheduleExpression System.String

Gets and sets the property ScheduleExpression.

A CRON expression in specified timezone when a restore testing plan is executed.

Public Property ScheduleExpressionTimezone System.String

Gets and sets the property 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.

Public Property StartWindowHours System.Int32

Gets and sets the property 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).

Version Information

.NET:
Supported in: 8.0 and newer, Core 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5 and newer, 3.5