Class: TencentCloud::Kms::V20190118::ExclusiveHSM

Inherits:
Common::AbstractModel
  • Object
show all
Defined in:
lib/v20190118/models.rb

Overview

独享版集群

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(hsmclusterid = nil, hsmclustername = nil) ⇒ ExclusiveHSM

Returns a new instance of ExclusiveHSM.



1679
1680
1681
1682
# File 'lib/v20190118/models.rb', line 1679

def initialize(hsmclusterid=nil, hsmclustername=nil)
  @HsmClusterId = hsmclusterid
  @HsmClusterName = hsmclustername
end

Instance Attribute Details

#HsmClusterIdObject

Parameters:

  • HsmClusterId:

    独享集群Id

  • HsmClusterName:

    独享集群名称



1677
1678
1679
# File 'lib/v20190118/models.rb', line 1677

def HsmClusterId
  @HsmClusterId
end

#HsmClusterNameObject

Parameters:

  • HsmClusterId:

    独享集群Id

  • HsmClusterName:

    独享集群名称



1677
1678
1679
# File 'lib/v20190118/models.rb', line 1677

def HsmClusterName
  @HsmClusterName
end

Instance Method Details

#deserialize(params) ⇒ Object



1684
1685
1686
1687
# File 'lib/v20190118/models.rb', line 1684

def deserialize(params)
  @HsmClusterId = params['HsmClusterId']
  @HsmClusterName = params['HsmClusterName']
end