Class: TencentCloud::Cdb::V20170320::DiskTypeConfigItem
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cdb::V20170320::DiskTypeConfigItem
- Defined in:
- lib/v20170320/models.rb
Overview
磁盘售卖类型
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(devicetype = nil, disktype = nil) ⇒ DiskTypeConfigItem
constructor
A new instance of DiskTypeConfigItem.
Constructor Details
#initialize(devicetype = nil, disktype = nil) ⇒ DiskTypeConfigItem
Returns a new instance of DiskTypeConfigItem.
8970 8971 8972 8973 |
# File 'lib/v20170320/models.rb', line 8970 def initialize(devicetype=nil, disktype=nil) @DeviceType = devicetype @DiskType = disktype end |
Instance Attribute Details
#DeviceType ⇒ Object
8968 8969 8970 |
# File 'lib/v20170320/models.rb', line 8968 def DeviceType @DeviceType end |
#DiskType ⇒ Object
8968 8969 8970 |
# File 'lib/v20170320/models.rb', line 8968 def DiskType @DiskType end |
Instance Method Details
#deserialize(params) ⇒ Object
8975 8976 8977 8978 |
# File 'lib/v20170320/models.rb', line 8975 def deserialize(params) @DeviceType = params['DeviceType'] @DiskType = params['DiskType'] end |