Class: Aws::CloudHSMV2::Types::Hsm

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-cloudhsmv2/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

Instance Attribute Details

#availability_zoneString

The Availability Zone that contains the HSM.

Returns:

  • (String)


886
887
888
889
890
891
892
893
894
895
896
897
898
# File 'gems/aws-sdk-cloudhsmv2/lib/aws-sdk-cloudhsmv2/types.rb', line 886

class Hsm < Struct.new(
  :availability_zone,
  :cluster_id,
  :subnet_id,
  :eni_id,
  :eni_ip,
  :eni_ip_v6,
  :hsm_id,
  :state,
  :state_message)
  SENSITIVE = []
  include Aws::Structure
end

#cluster_idString

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

Returns:

  • (String)


886
887
888
889
890
891
892
893
894
895
896
897
898
# File 'gems/aws-sdk-cloudhsmv2/lib/aws-sdk-cloudhsmv2/types.rb', line 886

class Hsm < Struct.new(
  :availability_zone,
  :cluster_id,
  :subnet_id,
  :eni_id,
  :eni_ip,
  :eni_ip_v6,
  :hsm_id,
  :state,
  :state_message)
  SENSITIVE = []
  include Aws::Structure
end

#eni_idString

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

Returns:

  • (String)


886
887
888
889
890
891
892
893
894
895
896
897
898
# File 'gems/aws-sdk-cloudhsmv2/lib/aws-sdk-cloudhsmv2/types.rb', line 886

class Hsm < Struct.new(
  :availability_zone,
  :cluster_id,
  :subnet_id,
  :eni_id,
  :eni_ip,
  :eni_ip_v6,
  :hsm_id,
  :state,
  :state_message)
  SENSITIVE = []
  include Aws::Structure
end

#eni_ipString

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

Returns:

  • (String)


886
887
888
889
890
891
892
893
894
895
896
897
898
# File 'gems/aws-sdk-cloudhsmv2/lib/aws-sdk-cloudhsmv2/types.rb', line 886

class Hsm < Struct.new(
  :availability_zone,
  :cluster_id,
  :subnet_id,
  :eni_id,
  :eni_ip,
  :eni_ip_v6,
  :hsm_id,
  :state,
  :state_message)
  SENSITIVE = []
  include Aws::Structure
end

#eni_ip_v6String

The IPv6 address (if any) of the HSM's elastic network interface (ENI).

Returns:

  • (String)


886
887
888
889
890
891
892
893
894
895
896
897
898
# File 'gems/aws-sdk-cloudhsmv2/lib/aws-sdk-cloudhsmv2/types.rb', line 886

class Hsm < Struct.new(
  :availability_zone,
  :cluster_id,
  :subnet_id,
  :eni_id,
  :eni_ip,
  :eni_ip_v6,
  :hsm_id,
  :state,
  :state_message)
  SENSITIVE = []
  include Aws::Structure
end

#hsm_idString

The HSM's identifier (ID).

Returns:

  • (String)


886
887
888
889
890
891
892
893
894
895
896
897
898
# File 'gems/aws-sdk-cloudhsmv2/lib/aws-sdk-cloudhsmv2/types.rb', line 886

class Hsm < Struct.new(
  :availability_zone,
  :cluster_id,
  :subnet_id,
  :eni_id,
  :eni_ip,
  :eni_ip_v6,
  :hsm_id,
  :state,
  :state_message)
  SENSITIVE = []
  include Aws::Structure
end

#stateString

The HSM's state.

Returns:

  • (String)


886
887
888
889
890
891
892
893
894
895
896
897
898
# File 'gems/aws-sdk-cloudhsmv2/lib/aws-sdk-cloudhsmv2/types.rb', line 886

class Hsm < Struct.new(
  :availability_zone,
  :cluster_id,
  :subnet_id,
  :eni_id,
  :eni_ip,
  :eni_ip_v6,
  :hsm_id,
  :state,
  :state_message)
  SENSITIVE = []
  include Aws::Structure
end

#state_messageString

A description of the HSM's state.

Returns:

  • (String)


886
887
888
889
890
891
892
893
894
895
896
897
898
# File 'gems/aws-sdk-cloudhsmv2/lib/aws-sdk-cloudhsmv2/types.rb', line 886

class Hsm < Struct.new(
  :availability_zone,
  :cluster_id,
  :subnet_id,
  :eni_id,
  :eni_ip,
  :eni_ip_v6,
  :hsm_id,
  :state,
  :state_message)
  SENSITIVE = []
  include Aws::Structure
end

#subnet_idString

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

Returns:

  • (String)


886
887
888
889
890
891
892
893
894
895
896
897
898
# File 'gems/aws-sdk-cloudhsmv2/lib/aws-sdk-cloudhsmv2/types.rb', line 886

class Hsm < Struct.new(
  :availability_zone,
  :cluster_id,
  :subnet_id,
  :eni_id,
  :eni_ip,
  :eni_ip_v6,
  :hsm_id,
  :state,
  :state_message)
  SENSITIVE = []
  include Aws::Structure
end