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 detailed information about a saved recovery point.

Inheritance Hierarchy

System.Object
  Amazon.Backup.Model.RecoveryPointByResource

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

Syntax

C#
public class RecoveryPointByResource

The RecoveryPointByResource type exposes the following members

Constructors

NameDescription
Public Method RecoveryPointByResource()

Properties

NameTypeDescription
Public Property BackupSizeBytes System.Int64

Gets and sets the property BackupSizeBytes.

The size, in bytes, of a backup.

Public Property BackupVaultName System.String

Gets and sets the property BackupVaultName.

The name of a logical container where backups are stored. Backup vaults are identified by names that are unique to the account used to create them and the Amazon Web Services Region where they are created. They consist of lowercase letters, numbers, and hyphens.

Public Property CreationDate System.DateTime

Gets and sets the property CreationDate.

The date and time a recovery point 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 EncryptionKeyArn System.String

Gets and sets the property EncryptionKeyArn.

The server-side encryption key that is used to protect your backups; for example, arn:aws:kms:us-west-2:111122223333:key/1234abcd-12ab-34cd-56ef-1234567890ab.

Public Property IsParent System.Boolean

Gets and sets the property IsParent.

This is a boolean value indicating this is a parent (composite) recovery point.

Public Property ParentRecoveryPointArn System.String

Gets and sets the property ParentRecoveryPointArn.

This is the Amazon Resource Name (ARN) of the parent (composite) recovery point.

Public Property RecoveryPointArn System.String

Gets and sets the property RecoveryPointArn.

An Amazon Resource Name (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 ResourceName System.String

Gets and sets the property ResourceName.

This is the non-unique name of the resource that belongs to the specified backup.

Public Property Status Amazon.Backup.RecoveryPointStatus

Gets and sets the property Status.

A status code specifying the state of the recovery point.

Public Property StatusMessage System.String

Gets and sets the property StatusMessage.

A message explaining the reason of the recovery point deletion failure.

Public Property VaultType Amazon.Backup.VaultType

Gets and sets the property VaultType.

This is the type of vault in which the described recovery point is stored.

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