class TencentCloud::Emr::V20190103::AutoScaleResourceConf
弹性扩缩容规格配置
def deserialize(params)
def deserialize(params) @Id = params['Id'] @ClusterId = params['ClusterId'] @ScaleLowerBound = params['ScaleLowerBound'] @ScaleUpperBound = params['ScaleUpperBound'] @StrategyType = params['StrategyType'] @NextTimeCanScale = params['NextTimeCanScale'] @GraceDownFlag = params['GraceDownFlag'] end
def initialize(id=nil, clusterid=nil, scalelowerbound=nil, scaleupperbound=nil, strategytype=nil, nexttimecanscale=nil, gracedownflag=nil)
def initialize(id=nil, clusterid=nil, scalelowerbound=nil, scaleupperbound=nil, strategytype=nil, nexttimecanscale=nil, gracedownflag=nil) @Id = id @ClusterId = clusterid @ScaleLowerBound = scalelowerbound @ScaleUpperBound = scaleupperbound @StrategyType = strategytype @NextTimeCanScale = nexttimecanscale @GraceDownFlag = gracedownflag end