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.

Container for the parameters to the DeleteHsm operation. Deletes the specified HSM. To specify an HSM, you can use its identifier (ID), the IP address of the HSM's elastic network interface (ENI), or the ID of the HSM's ENI. You need to specify only one of these values. To find these values, use DescribeClusters.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceRequest
    Amazon.CloudHSMV2.AmazonCloudHSMV2Request
      Amazon.CloudHSMV2.Model.DeleteHsmRequest

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

Syntax

C#
public class DeleteHsmRequest : AmazonCloudHSMV2Request
         IAmazonWebServiceRequest

The DeleteHsmRequest type exposes the following members

Constructors

NameDescription
Public Method DeleteHsmRequest()

Properties

NameTypeDescription
Public Property ClusterId System.String

Gets and sets the property ClusterId.

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

Public Property EniId System.String

Gets and sets the property EniId.

The identifier (ID) of the elastic network interface (ENI) of the HSM that you are deleting.

Public Property EniIp System.String

Gets and sets the property EniIp.

The IP address of the elastic network interface (ENI) of the HSM that you are deleting.

Public Property HsmId System.String

Gets and sets the property HsmId.

The identifier (ID) of the HSM that you are deleting.

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