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 the output of the DescribeHsm operation.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceResponse
    Amazon.CloudHSM.Model.DescribeHsmResponse

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

Syntax

C#
public class DescribeHsmResponse : AmazonWebServiceResponse

The DescribeHsmResponse type exposes the following members

Constructors

NameDescription
Public Method DescribeHsmResponse()

Properties

NameTypeDescription
Public Property AvailabilityZone System.String

Gets and sets the property AvailabilityZone.

The Availability Zone that the HSM is in.

Public Property ContentLength System.Int64 Inherited from Amazon.Runtime.AmazonWebServiceResponse.
Public Property EniId System.String

Gets and sets the property EniId.

The identifier of the elastic network interface (ENI) attached to the HSM.

Public Property EniIp System.String

Gets and sets the property EniIp.

The IP address assigned to the HSM's ENI.

Public Property HsmArn System.String

Gets and sets the property HsmArn.

The ARN of the HSM.

Public Property HsmType System.String

Gets and sets the property HsmType.

The HSM model type.

Public Property HttpStatusCode System.Net.HttpStatusCode Inherited from Amazon.Runtime.AmazonWebServiceResponse.
Public Property IamRoleArn System.String

Gets and sets the property IamRoleArn.

The ARN of the IAM role assigned to the HSM.

Public Property Partitions System.Collections.Generic.List<System.String>

Gets and sets the property Partitions.

The list of partitions on the HSM.

Public Property ResponseMetadata Amazon.Runtime.ResponseMetadata Inherited from Amazon.Runtime.AmazonWebServiceResponse.
Public Property SerialNumber System.String

Gets and sets the property SerialNumber.

The serial number of the HSM.

Public Property ServerCertLastUpdated System.String

Gets and sets the property ServerCertLastUpdated.

The date and time that the server certificate was last updated.

Public Property ServerCertUri System.String

Gets and sets the property ServerCertUri.

The URI of the certificate server.

Public Property SoftwareVersion System.String

Gets and sets the property SoftwareVersion.

The HSM software version.

Public Property SshKeyLastUpdated System.String

Gets and sets the property SshKeyLastUpdated.

The date and time that the SSH key was last updated.

Public Property SshPublicKey System.String

Gets and sets the property SshPublicKey.

The public SSH key.

Public Property Status Amazon.CloudHSM.HsmStatus

Gets and sets the property Status.

The status of the HSM.

Public Property StatusDetails System.String

Gets and sets the property StatusDetails.

Contains additional information about the status of the HSM.

Public Property SubnetId System.String

Gets and sets the property SubnetId.

The identifier of the subnet that the HSM is in.

Public Property SubscriptionEndDate System.String

Gets and sets the property SubscriptionEndDate.

The subscription end date.

Public Property SubscriptionStartDate System.String

Gets and sets the property SubscriptionStartDate.

The subscription start date.

Public Property SubscriptionType Amazon.CloudHSM.SubscriptionType

Gets and sets the property SubscriptionType.

Public Property VendorName System.String

Gets and sets the property VendorName.

The name of the HSM vendor.

Public Property VpcId System.String

Gets and sets the property VpcId.

The identifier of the VPC that the HSM is in.

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