tencentcloud-sdk-nodejs-as 4.1.51 → 4.1.55
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
|
@@ -1026,7 +1026,7 @@ export interface DescribeRefreshActivitiesRequest {
|
|
|
1026
1026
|
RefreshActivityIds?: Array<string>;
|
|
1027
1027
|
/**
|
|
1028
1028
|
* 过滤条件。
|
|
1029
|
-
<li> auto-scaling-group-id - String - 是否必填:否 -(过滤条件)按照伸缩组ID
|
|
1029
|
+
<li> auto-scaling-group-id - String - 是否必填:否 -(过滤条件)按照伸缩组ID过滤。可通过登录 [控制台](https://console.cloud.tencent.com/autoscaling/group) 或调用接口 [DescribeAutoScalingGroups](https://cloud.tencent.com/document/api/377/20438) ,取返回信息中的 AutoScalingGroupId 获取伸缩组ID。</li>
|
|
1030
1030
|
<li> refresh-activity-status-code - String - 是否必填:否 -(过滤条件)按照刷新活动状态过滤。(INIT:初始化中 | RUNNING:运行中 | SUCCESSFUL:活动成功 | FAILED_PAUSE:失败暂停 | AUTO_PAUSE:自动暂停 | MANUAL_PAUSE:手动暂停 | CANCELLED:活动取消 | FAILED:活动失败)</li>
|
|
1031
1031
|
<li> refresh-activity-type - String - 是否必填:否 -(过滤条件)按照刷新活动类型过滤。(NORMAL:正常刷新活动 | ROLLBACK:回滚刷新活动)</li>
|
|
1032
1032
|
<li> refresh-activity-id - String - 是否必填:否 -(过滤条件)按照刷新活动ID过滤。</li>
|
|
@@ -3350,7 +3350,7 @@ export interface StartInstanceRefreshRequest {
|
|
|
3350
3350
|
*/
|
|
3351
3351
|
RefreshSettings: RefreshSettings;
|
|
3352
3352
|
/**
|
|
3353
|
-
*
|
|
3353
|
+
* 刷新模式。默认值为 ROLLING_UPDATE_RESET,取值范围:
|
|
3354
3354
|
<li>ROLLING_UPDATE_RESET:重装系统进行滚动更新</li>
|
|
3355
3355
|
<li>ROLLING_UPDATE_REPLACE:新建实例替换进行滚动更新,该模式暂不支持回滚接口</li>
|
|
3356
3356
|
*/
|