Class: TencentCloud::Cloudhsm::V20191112::DescribeSupportedHsmRequest

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

Overview

DescribeSupportedHsm请求参数结构体

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(hsmtype = nil) ⇒ DescribeSupportedHsmRequest

Returns a new instance of DescribeSupportedHsmRequest.



202
203
204
# File 'lib/v20191112/models.rb', line 202

def initialize(hsmtype=nil)
  @HsmType = hsmtype
end

Instance Attribute Details

#HsmTypeObject

Parameters:

  • HsmType:

    Hsm类型,可选值all、virtulization、GHSM、EHSM、SHSM



200
201
202
# File 'lib/v20191112/models.rb', line 200

def HsmType
  @HsmType
end

Instance Method Details

#deserialize(params) ⇒ Object



206
207
208
# File 'lib/v20191112/models.rb', line 206

def deserialize(params)
  @HsmType = params['HsmType']
end