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).
-
#eni_ip_v6 ⇒ String
The IPv6 address (if any) of the HSM’s elastic network interface (ENI).
-
#hsm_id ⇒ String
The HSM’s identifier (ID).
-
#hsm_type ⇒ String
The type of HSM.
-
#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.
894 895 896 897 898 899 900 901 902 903 904 905 906 907 |
# File 'lib/aws-sdk-cloudhsmv2/types.rb', line 894 class Hsm < Struct.new( :availability_zone, :cluster_id, :subnet_id, :eni_id, :eni_ip, :eni_ip_v6, :hsm_id, :hsm_type, :state, :state_message) SENSITIVE = [] include Aws::Structure end |
#cluster_id ⇒ String
The identifier (ID) of the cluster that contains the HSM.
894 895 896 897 898 899 900 901 902 903 904 905 906 907 |
# File 'lib/aws-sdk-cloudhsmv2/types.rb', line 894 class Hsm < Struct.new( :availability_zone, :cluster_id, :subnet_id, :eni_id, :eni_ip, :eni_ip_v6, :hsm_id, :hsm_type, :state, :state_message) SENSITIVE = [] include Aws::Structure end |
#eni_id ⇒ String
The identifier (ID) of the HSM’s elastic network interface (ENI).
894 895 896 897 898 899 900 901 902 903 904 905 906 907 |
# File 'lib/aws-sdk-cloudhsmv2/types.rb', line 894 class Hsm < Struct.new( :availability_zone, :cluster_id, :subnet_id, :eni_id, :eni_ip, :eni_ip_v6, :hsm_id, :hsm_type, :state, :state_message) SENSITIVE = [] include Aws::Structure end |
#eni_ip ⇒ String
The IP address of the HSM’s elastic network interface (ENI).
894 895 896 897 898 899 900 901 902 903 904 905 906 907 |
# File 'lib/aws-sdk-cloudhsmv2/types.rb', line 894 class Hsm < Struct.new( :availability_zone, :cluster_id, :subnet_id, :eni_id, :eni_ip, :eni_ip_v6, :hsm_id, :hsm_type, :state, :state_message) SENSITIVE = [] include Aws::Structure end |
#eni_ip_v6 ⇒ String
The IPv6 address (if any) of the HSM’s elastic network interface (ENI).
894 895 896 897 898 899 900 901 902 903 904 905 906 907 |
# File 'lib/aws-sdk-cloudhsmv2/types.rb', line 894 class Hsm < Struct.new( :availability_zone, :cluster_id, :subnet_id, :eni_id, :eni_ip, :eni_ip_v6, :hsm_id, :hsm_type, :state, :state_message) SENSITIVE = [] include Aws::Structure end |
#hsm_id ⇒ String
The HSM’s identifier (ID).
894 895 896 897 898 899 900 901 902 903 904 905 906 907 |
# File 'lib/aws-sdk-cloudhsmv2/types.rb', line 894 class Hsm < Struct.new( :availability_zone, :cluster_id, :subnet_id, :eni_id, :eni_ip, :eni_ip_v6, :hsm_id, :hsm_type, :state, :state_message) SENSITIVE = [] include Aws::Structure end |
#hsm_type ⇒ String
The type of HSM.
894 895 896 897 898 899 900 901 902 903 904 905 906 907 |
# File 'lib/aws-sdk-cloudhsmv2/types.rb', line 894 class Hsm < Struct.new( :availability_zone, :cluster_id, :subnet_id, :eni_id, :eni_ip, :eni_ip_v6, :hsm_id, :hsm_type, :state, :state_message) SENSITIVE = [] include Aws::Structure end |
#state ⇒ String
The HSM’s state.
894 895 896 897 898 899 900 901 902 903 904 905 906 907 |
# File 'lib/aws-sdk-cloudhsmv2/types.rb', line 894 class Hsm < Struct.new( :availability_zone, :cluster_id, :subnet_id, :eni_id, :eni_ip, :eni_ip_v6, :hsm_id, :hsm_type, :state, :state_message) SENSITIVE = [] include Aws::Structure end |
#state_message ⇒ String
A description of the HSM’s state.
894 895 896 897 898 899 900 901 902 903 904 905 906 907 |
# File 'lib/aws-sdk-cloudhsmv2/types.rb', line 894 class Hsm < Struct.new( :availability_zone, :cluster_id, :subnet_id, :eni_id, :eni_ip, :eni_ip_v6, :hsm_id, :hsm_type, :state, :state_message) SENSITIVE = [] include Aws::Structure end |
#subnet_id ⇒ String
The subnet that contains the HSM’s elastic network interface (ENI).
894 895 896 897 898 899 900 901 902 903 904 905 906 907 |
# File 'lib/aws-sdk-cloudhsmv2/types.rb', line 894 class Hsm < Struct.new( :availability_zone, :cluster_id, :subnet_id, :eni_id, :eni_ip, :eni_ip_v6, :hsm_id, :hsm_type, :state, :state_message) SENSITIVE = [] include Aws::Structure end |