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 is the response object from the DescribeRestoreJob operation.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceResponse
    Amazon.Backup.Model.DescribeRestoreJobResponse

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

Syntax

C#
public class DescribeRestoreJobResponse : AmazonWebServiceResponse

The DescribeRestoreJobResponse type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property AccountId System.String

Gets and sets the property AccountId.

Returns 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 that 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 ContentLength System.Int64 Inherited from Amazon.Runtime.AmazonWebServiceResponse.
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 whose recovery point is being restored. The format of the ARN depends on the resource type of the backed-up resource.

Public Property CreationDate System.DateTime

Gets and sets the property CreationDate.

The date and time that 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 HttpStatusCode System.Net.HttpStatusCode Inherited from Amazon.Runtime.AmazonWebServiceResponse.
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 that is 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.

This is the creation date of the recovery point made by the specifed restore job.

Public Property ResourceType System.String

Gets and sets the property ResourceType.

Returns metadata associated with a restore job listed by resource type.

Public Property ResponseMetadata Amazon.Runtime.ResponseMetadata Inherited from Amazon.Runtime.AmazonWebServiceResponse.
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.

Status code specifying the state of the job that is initiated by Backup to restore a recovery point.

Public Property StatusMessage System.String

Gets and sets the property StatusMessage.

A message showing the status of a 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