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 information about the backup that will be copied and created by the CopyBackupToRegion operation.

Inheritance Hierarchy

System.Object
  Amazon.CloudHSMV2.Model.DestinationBackup

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

Syntax

C#
public class DestinationBackup

The DestinationBackup type exposes the following members

Constructors

NameDescription
Public Method DestinationBackup()

Properties

NameTypeDescription
Public Property CreateTimestamp System.DateTime

Gets and sets the property CreateTimestamp.

The date and time when both the source backup was created.

Public Property SourceBackup System.String

Gets and sets the property SourceBackup.

The identifier (ID) of the source backup from which the new backup was copied.

Public Property SourceCluster System.String

Gets and sets the property SourceCluster.

The identifier (ID) of the cluster containing the source backup from which the new backup was copied.

Public Property SourceRegion System.String

Gets and sets the property SourceRegion.

The AWS region that contains the source backup from which the new backup was copied.

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