class TencentCloud::Cdb::V20170320::AutoStrategy
CPU弹性扩容的自动扩容策略
def deserialize(params)
def deserialize(params) @ExpandThreshold = params['ExpandThreshold'] @ExpandPeriod = params['ExpandPeriod'] @ShrinkThreshold = params['ShrinkThreshold'] @ShrinkPeriod = params['ShrinkPeriod'] end
def initialize(expandthreshold=nil, expandperiod=nil, shrinkthreshold=nil, shrinkperiod=nil)
def initialize(expandthreshold=nil, expandperiod=nil, shrinkthreshold=nil, shrinkperiod=nil) @ExpandThreshold = expandthreshold @ExpandPeriod = expandperiod @ShrinkThreshold = shrinkthreshold @ShrinkPeriod = shrinkperiod end