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.

Contains metadata about a restore job.

Inheritance Hierarchy

System.Object
  Amazon.Backup.Model.RestoreJobsListMember

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

Syntax

C#
public class RestoreJobsListMember

The RestoreJobsListMember type exposes the following members

Constructors

NameDescription
Public Method RestoreJobsListMember()

Properties

NameTypeDescription
Public Property AccountId System.String

Gets and sets the property AccountId.

The account ID that owns the restore job.

Public Property BackupSizeInBytes System.Int64

Gets and sets the property BackupSizeInBytes.

The size, in bytes, of the restored resource.

Public Property CompletionDate System.DateTime

Gets and sets the property CompletionDate.

The date and time a job to restore a recovery point is completed, in Unix format and Coordinated Universal Time (UTC). The value of CompletionDate is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.

Public Property CreatedBy Amazon.Backup.Model.RestoreJobCreator

Gets and sets the property CreatedBy.

Contains identifying information about the creation of a restore job.

Public Property CreatedResourceArn System.String

Gets and sets the property CreatedResourceArn.

An Amazon Resource Name (ARN) that uniquely identifies a resource. The format of the ARN depends on the resource type.

Public Property CreationDate System.DateTime

Gets and sets the property CreationDate.

The date and time a restore job is created, in Unix format and Coordinated Universal Time (UTC). The value of CreationDate is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.

Public Property DeletionStatus Amazon.Backup.RestoreDeletionStatus

Gets and sets the property DeletionStatus.

This notes the status of the data generated by the restore test. The status may be Deleting, Failed, or Successful.

Public Property DeletionStatusMessage System.String

Gets and sets the property DeletionStatusMessage.

This describes the restore job deletion status.

Public Property ExpectedCompletionTimeMinutes System.Int64

Gets and sets the property ExpectedCompletionTimeMinutes.

The amount of time in minutes that a job restoring a recovery point is expected to take.

Public Property IamRoleArn System.String

Gets and sets the property IamRoleArn.

Specifies the IAM role ARN used to create the target recovery point; for example, arn:aws:iam::123456789012:role/S3Access.

Public Property PercentDone System.String

Gets and sets the property PercentDone.

Contains an estimated percentage complete of a job at the time the job status was queried.

Public Property RecoveryPointArn System.String

Gets and sets the property RecoveryPointArn.

An ARN that uniquely identifies a recovery point; for example, arn:aws:backup:us-east-1:123456789012:recovery-point:1EB3B5E7-9EB0-435A-A80B-108B488B0D45.

Public Property RecoveryPointCreationDate System.DateTime

Gets and sets the property RecoveryPointCreationDate.

The date on which a recovery point was created.

Public Property ResourceType System.String

Gets and sets the property ResourceType.

The resource type of the listed restore jobs; for example, an Amazon Elastic Block Store (Amazon EBS) volume or an Amazon Relational Database Service (Amazon RDS) database. For Windows Volume Shadow Copy Service (VSS) backups, the only supported resource type is Amazon EC2.

Public Property RestoreJobId System.String

Gets and sets the property RestoreJobId.

Uniquely identifies the job that restores a recovery point.

Public Property Status Amazon.Backup.RestoreJobStatus

Gets and sets the property Status.

A status code specifying the state of the job initiated by Backup to restore a recovery point.

Public Property StatusMessage System.String

Gets and sets the property StatusMessage.

A detailed message explaining the status of the job to restore a recovery point.

Public Property ValidationStatus Amazon.Backup.RestoreValidationStatus

Gets and sets the property ValidationStatus.

This is the status of validation run on the indicated restore job.

Public Property ValidationStatusMessage System.String

Gets and sets the property ValidationStatusMessage.

This describes the status of validation run on the indicated restore job.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5