AWS SDK Version 2 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.

.NET Framework 3.5
 
Contains the result of a successful invocation of the following actions:

This data type is used as a response element in the DescribeDBClusterSnapshots action.

Inheritance Hierarchy

System.Object
  Amazon.RDS.Model.DBClusterSnapshot

Namespace: Amazon.RDS.Model
Assembly: AWSSDK.dll
Version: (assembly version)

Syntax

C#
public class DBClusterSnapshot : Object

The DBClusterSnapshot type exposes the following members

Constructors

NameDescription
Public Method DBClusterSnapshot()

Properties

NameTypeDescription
Public Property AllocatedStorage System.Int32 Gets and sets the property AllocatedStorage.

Specifies the allocated storage size in gigabytes (GB).

Public Property AvailabilityZones System.Collections.Generic.List<System.String> Gets and sets the property AvailabilityZones.

Provides the list of EC2 Availability Zones that instances in the DB cluster snapshot can be restored in.

Public Property ClusterCreateTime System.DateTime Gets and sets the property ClusterCreateTime.

Specifies the time when the DB cluster was created, in Universal Coordinated Time (UTC).

Public Property DBClusterIdentifier System.String Gets and sets the property DBClusterIdentifier.

Specifies the DB cluster identifier of the DB cluster that this DB cluster snapshot was created from.

Public Property DBClusterSnapshotIdentifier System.String Gets and sets the property DBClusterSnapshotIdentifier.

Specifies the identifier for the DB cluster snapshot.

Public Property Engine System.String Gets and sets the property Engine.

Specifies the name of the database engine.

Public Property EngineVersion System.String Gets and sets the property EngineVersion.

Provides the version of the database engine for this DB cluster snapshot.

Public Property KmsKeyId System.String Gets and sets the property KmsKeyId.

If StorageEncrypted is true, the KMS key identifier for the encrypted DB cluster snapshot.

Public Property LicenseModel System.String Gets and sets the property LicenseModel.

Provides the license model information for this DB cluster snapshot.

Public Property MasterUsername System.String Gets and sets the property MasterUsername.

Provides the master username for the DB cluster snapshot.

Public Property PercentProgress System.Int32 Gets and sets the property PercentProgress.

Specifies the percentage of the estimated data that has been transferred.

Public Property Port System.Int32 Gets and sets the property Port.

Specifies the port that the DB cluster was listening on at the time of the snapshot.

Public Property SnapshotCreateTime System.DateTime Gets and sets the property SnapshotCreateTime.

Provides the time when the snapshot was taken, in Universal Coordinated Time (UTC).

Public Property SnapshotType System.String Gets and sets the property SnapshotType.

Provides the type of the DB cluster snapshot.

Public Property Status System.String Gets and sets the property Status.

Specifies the status of this DB cluster snapshot.

Public Property StorageEncrypted System.Boolean Gets and sets the property StorageEncrypted.

Specifies whether the DB cluster snapshot is encrypted.

Public Property VpcId System.String Gets and sets the property VpcId.

Provides the VPC ID associated with the DB cluster snapshot.

Version Information

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

.NET for Windows Store apps:
Supported in: Windows 8.1, Windows 8

.NET for Windows Phone:
Supported in: Windows Phone 8.1