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.
8989 8990 8991 8992 |
# File 'lib/v20170320/models.rb', line 8989 def initialize(devicetype=nil, disktype=nil) @DeviceType = devicetype @DiskType = disktype end |
Instance Attribute Details
#DeviceType ⇒ Object
8987 8988 8989 |
# File 'lib/v20170320/models.rb', line 8987 def DeviceType @DeviceType end |
#DiskType ⇒ Object
8987 8988 8989 |
# File 'lib/v20170320/models.rb', line 8987 def DiskType @DiskType end |
Instance Method Details
#deserialize(params) ⇒ Object
8994 8995 8996 8997 |
# File 'lib/v20170320/models.rb', line 8994 def deserialize(params) @DeviceType = params['DeviceType'] @DiskType = params['DiskType'] end |