Class: TencentCloud::Cloudhsm::V20191112::VsmInfo
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cloudhsm::V20191112::VsmInfo
- Defined in:
- lib/v20191112/models.rb
Overview
支持的Vsm类型信息
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(typename = nil, typeid = nil) ⇒ VsmInfo
constructor
A new instance of VsmInfo.
Constructor Details
#initialize(typename = nil, typeid = nil) ⇒ VsmInfo
Returns a new instance of VsmInfo.
1309 1310 1311 1312 |
# File 'lib/v20191112/models.rb', line 1309 def initialize(typename=nil, typeid=nil) @TypeName = typename @TypeID = typeid end |
Instance Attribute Details
#TypeID ⇒ Object
1307 1308 1309 |
# File 'lib/v20191112/models.rb', line 1307 def TypeID @TypeID end |
#TypeName ⇒ Object
1307 1308 1309 |
# File 'lib/v20191112/models.rb', line 1307 def TypeName @TypeName end |
Instance Method Details
#deserialize(params) ⇒ Object
1314 1315 1316 1317 |
# File 'lib/v20191112/models.rb', line 1314 def deserialize(params) @TypeName = params['TypeName'] @TypeID = params['TypeID'] end |