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 hardware security module (HSM) in an AWS CloudHSM cluster.

Inheritance Hierarchy

System.Object
  Amazon.CloudHSMV2.Model.Hsm

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

Syntax

C#
public class Hsm

The Hsm type exposes the following members

Constructors

NameDescription
Public Method Hsm()

Properties

NameTypeDescription
Public Property AvailabilityZone System.String

Gets and sets the property AvailabilityZone.

The Availability Zone that contains the HSM.

Public Property ClusterId System.String

Gets and sets the property ClusterId.

The identifier (ID) of the cluster that contains the HSM.

Public Property EniId System.String

Gets and sets the property EniId.

The identifier (ID) of the HSM's elastic network interface (ENI).

Public Property EniIp System.String

Gets and sets the property EniIp.

The IP address of the HSM's elastic network interface (ENI).

Public Property HsmId System.String

Gets and sets the property HsmId.

The HSM's identifier (ID).

Public Property State Amazon.CloudHSMV2.HsmState

Gets and sets the property State.

The HSM's state.

Public Property StateMessage System.String

Gets and sets the property StateMessage.

A description of the HSM's state.

Public Property SubnetId System.String

Gets and sets the property SubnetId.

The subnet that contains the HSM's elastic network interface (ENI).

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