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 an AWS CloudHSM cluster.

Inheritance Hierarchy

System.Object
  Amazon.CloudHSMV2.Model.Cluster

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

Syntax

C#
public class Cluster

The Cluster type exposes the following members

Constructors

NameDescription
Public Method Cluster()

Properties

NameTypeDescription
Public Property BackupPolicy Amazon.CloudHSMV2.BackupPolicy

Gets and sets the property BackupPolicy.

The cluster's backup policy.

Public Property BackupRetentionPolicy Amazon.CloudHSMV2.Model.BackupRetentionPolicy

Gets and sets the property BackupRetentionPolicy.

A policy that defines how the service retains backups.

Public Property Certificates Amazon.CloudHSMV2.Model.Certificates

Gets and sets the property Certificates.

Contains one or more certificates or a certificate signing request (CSR).

Public Property ClusterId System.String

Gets and sets the property ClusterId.

The cluster's identifier (ID).

Public Property CreateTimestamp System.DateTime

Gets and sets the property CreateTimestamp.

The date and time when the cluster was created.

Public Property Hsms System.Collections.Generic.List<Amazon.CloudHSMV2.Model.Hsm>

Gets and sets the property Hsms.

Contains information about the HSMs in the cluster.

Public Property HsmType System.String

Gets and sets the property HsmType.

The type of HSM that the cluster contains.

Public Property PreCoPassword System.String

Gets and sets the property PreCoPassword.

The default password for the cluster's Pre-Crypto Officer (PRECO) user.

Public Property SecurityGroup System.String

Gets and sets the property SecurityGroup.

The identifier (ID) of the cluster's security group.

Public Property SourceBackupId System.String

Gets and sets the property SourceBackupId.

The identifier (ID) of the backup used to create the cluster. This value exists only when the cluster was created from a backup.

Public Property State Amazon.CloudHSMV2.ClusterState

Gets and sets the property State.

The cluster's state.

Public Property StateMessage System.String

Gets and sets the property StateMessage.

A description of the cluster's state.

Public Property SubnetMapping System.Collections.Generic.Dictionary<System.String, System.String>

Gets and sets the property SubnetMapping.

A map from availability zone to the cluster’s subnet in that availability zone.

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

Gets and sets the property TagList.

The list of tags for the cluster.

Public Property VpcId System.String

Gets and sets the property VpcId.

The identifier (ID) of the virtual private cloud (VPC) that contains the cluster.

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