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:
@@ -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));
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user