EHPC SDK Auto Released By qianzheng.llc,Version:1.32.0

Signed-off-by: yixiong.jxy <yixiong.jxy@alibaba-inc.com>
This commit is contained in:
yixiong.jxy
2018-11-14 18:23:57 +08:00
parent 6072a0309b
commit e93d1a7c5c
23 changed files with 774 additions and 3 deletions

View File

@@ -161,7 +161,9 @@ void SetAutoScaleConfigRequest::setQueues(const std::vector<Queues>& queues)
setParameter(str + ".SpotStrategy", obj.spotStrategy);
setParameter(str + ".QueueName", obj.queueName);
setParameter(str + ".InstanceType", obj.instanceType);
setParameter(str + ".EnableAutoGrow", std::to_string(obj.enableAutoGrow));
setParameter(str + ".SpotPriceLimit", std::to_string(obj.spotPriceLimit));
setParameter(str + ".EnableAutoShrink", std::to_string(obj.enableAutoShrink));
}
}