class TencentCloud::Cdb::V20170320::CustomConfig
proxy配置
def deserialize(params)
def deserialize(params) @Device = params['Device'] @Type = params['Type'] @DeviceType = params['DeviceType'] @Memory = params['Memory'] @Cpu = params['Cpu'] end
def initialize(device=nil, type=nil, devicetype=nil, memory=nil, cpu=nil)
def initialize(device=nil, type=nil, devicetype=nil, memory=nil, cpu=nil) @Device = device @Type = type @DeviceType = devicetype @Memory = memory @Cpu = cpu end