Class: Aws::CloudHSMV2::Types::Hsm
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudHSMV2::Types::Hsm
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudhsmv2/types.rb
Overview
Contains information about a hardware security module (HSM) in an CloudHSM cluster.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#availability_zone ⇒ String
The Availability Zone that contains the HSM.
-
#cluster_id ⇒ String
The identifier (ID) of the cluster that contains the HSM.
-
#eni_id ⇒ String
The identifier (ID) of the HSM’s elastic network interface (ENI).
-
#eni_ip ⇒ String
The IP address of the HSM’s elastic network interface (ENI).
-
#hsm_id ⇒ String
The HSM’s identifier (ID).
-
#state ⇒ String
The HSM’s state.
-
#state_message ⇒ String
A description of the HSM’s state.
-
#subnet_id ⇒ String
The subnet that contains the HSM’s elastic network interface (ENI).
Instance Attribute Details
#availability_zone ⇒ String
The Availability Zone that contains the HSM.
845 846 847 848 849 850 851 852 853 854 855 856 |
# File 'lib/aws-sdk-cloudhsmv2/types.rb', line 845 class Hsm < Struct.new( :availability_zone, :cluster_id, :subnet_id, :eni_id, :eni_ip, :hsm_id, :state, :state_message) SENSITIVE = [] include Aws::Structure end |
#cluster_id ⇒ String
The identifier (ID) of the cluster that contains the HSM.
845 846 847 848 849 850 851 852 853 854 855 856 |
# File 'lib/aws-sdk-cloudhsmv2/types.rb', line 845 class Hsm < Struct.new( :availability_zone, :cluster_id, :subnet_id, :eni_id, :eni_ip, :hsm_id, :state, :state_message) SENSITIVE = [] include Aws::Structure end |
#eni_id ⇒ String
The identifier (ID) of the HSM’s elastic network interface (ENI).
845 846 847 848 849 850 851 852 853 854 855 856 |
# File 'lib/aws-sdk-cloudhsmv2/types.rb', line 845 class Hsm < Struct.new( :availability_zone, :cluster_id, :subnet_id, :eni_id, :eni_ip, :hsm_id, :state, :state_message) SENSITIVE = [] include Aws::Structure end |
#eni_ip ⇒ String
The IP address of the HSM’s elastic network interface (ENI).
845 846 847 848 849 850 851 852 853 854 855 856 |
# File 'lib/aws-sdk-cloudhsmv2/types.rb', line 845 class Hsm < Struct.new( :availability_zone, :cluster_id, :subnet_id, :eni_id, :eni_ip, :hsm_id, :state, :state_message) SENSITIVE = [] include Aws::Structure end |
#hsm_id ⇒ String
The HSM’s identifier (ID).
845 846 847 848 849 850 851 852 853 854 855 856 |
# File 'lib/aws-sdk-cloudhsmv2/types.rb', line 845 class Hsm < Struct.new( :availability_zone, :cluster_id, :subnet_id, :eni_id, :eni_ip, :hsm_id, :state, :state_message) SENSITIVE = [] include Aws::Structure end |
#state ⇒ String
The HSM’s state.
845 846 847 848 849 850 851 852 853 854 855 856 |
# File 'lib/aws-sdk-cloudhsmv2/types.rb', line 845 class Hsm < Struct.new( :availability_zone, :cluster_id, :subnet_id, :eni_id, :eni_ip, :hsm_id, :state, :state_message) SENSITIVE = [] include Aws::Structure end |
#state_message ⇒ String
A description of the HSM’s state.
845 846 847 848 849 850 851 852 853 854 855 856 |
# File 'lib/aws-sdk-cloudhsmv2/types.rb', line 845 class Hsm < Struct.new( :availability_zone, :cluster_id, :subnet_id, :eni_id, :eni_ip, :hsm_id, :state, :state_message) SENSITIVE = [] include Aws::Structure end |
#subnet_id ⇒ String
The subnet that contains the HSM’s elastic network interface (ENI).
845 846 847 848 849 850 851 852 853 854 855 856 |
# File 'lib/aws-sdk-cloudhsmv2/types.rb', line 845 class Hsm < Struct.new( :availability_zone, :cluster_id, :subnet_id, :eni_id, :eni_ip, :hsm_id, :state, :state_message) SENSITIVE = [] include Aws::Structure end |