Class: TencentCloud::Kms::V20190118::ExclusiveHSM
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Kms::V20190118::ExclusiveHSM
- Defined in:
- lib/v20190118/models.rb
Overview
独享版集群
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(hsmclusterid = nil, hsmclustername = nil) ⇒ ExclusiveHSM
constructor
A new instance of ExclusiveHSM.
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
#HsmClusterId ⇒ Object
1677 1678 1679 |
# File 'lib/v20190118/models.rb', line 1677 def HsmClusterId @HsmClusterId end |
#HsmClusterName ⇒ Object
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 |