tencentcloud-sdk-nodejs-as 4.1.149 → 4.1.150
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -3106,6 +3106,10 @@ export interface ServiceSettings {
|
|
|
3106
3106
|
<li>False: 修改最大值或最小值时,如与当前期望数存在冲突,报错提示不允许修改。</li>
|
|
3107
3107
|
*/
|
|
3108
3108
|
DesiredCapacitySyncWithMaxMinSize?: boolean;
|
|
3109
|
+
/**
|
|
3110
|
+
* 优先缩容不健康实例。若开启,缩容时会优先选择不健康实例。默认值为 False。
|
|
3111
|
+
*/
|
|
3112
|
+
PriorityScaleInUnhealthy?: boolean;
|
|
3109
3113
|
}
|
|
3110
3114
|
/**
|
|
3111
3115
|
* CreateAutoScalingGroup返回参数结构体
|