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 a backup of an AWS CloudHSM cluster. All backup objects contain the BackupId, BackupState, ClusterId, and CreateTimestamp parameters. Backups that were copied into a destination region additionally contain the CopyTimestamp, SourceBackup, SourceCluster, and SourceRegion parameters. A backup that is pending deletion will include the DeleteTimestamp parameter.

Inheritance Hierarchy

System.Object
  Amazon.CloudHSMV2.Model.Backup

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

Syntax

C#
public class Backup

The Backup type exposes the following members

Constructors

NameDescription
Public Method Backup()

Properties

NameTypeDescription
Public Property BackupId System.String

Gets and sets the property BackupId.

The identifier (ID) of the backup.

Public Property BackupState Amazon.CloudHSMV2.BackupState

Gets and sets the property BackupState.

The state of the backup.

Public Property ClusterId System.String

Gets and sets the property ClusterId.

The identifier (ID) of the cluster that was backed up.

Public Property CopyTimestamp System.DateTime

Gets and sets the property CopyTimestamp.

The date and time when the backup was copied from a source backup.

Public Property CreateTimestamp System.DateTime

Gets and sets the property CreateTimestamp.

The date and time when the backup was created.

Public Property DeleteTimestamp System.DateTime

Gets and sets the property DeleteTimestamp.

The date and time when the backup will be permanently deleted.

Public Property NeverExpires System.Boolean

Gets and sets the property NeverExpires.

Specifies whether the service should exempt a backup from the retention policy for the cluster. True exempts a backup from the retention policy. False means the service applies the backup retention policy defined at the cluster.

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.

Public Property TagList System.Collections.Generic.List<Amazon.CloudHSMV2.Model.Tag>

Gets and sets the property TagList.

The list of tags for the backup.

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