public class ResumeInstanceRefreshRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| ResumeInstanceRefreshRequest() | 
| ResumeInstanceRefreshRequest(ResumeInstanceRefreshRequest source)NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
       and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy. | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getAutoScalingGroupId()Get 伸缩组ID。可通过如下方式获取:
通过登录 [控制台](https://console.cloud.tencent.com/autoscaling/group) 查询伸缩组ID。
通过调用接口 [DescribeAutoScalingGroups](https://cloud.tencent.com/document/api/377/20438) ,取返回信息中的 AutoScalingGroupId 获取伸缩组ID。 | 
| String | getRefreshActivityId()Get 刷新活动ID。可以通过调用接口 [DescribeRefreshActivities](https://cloud.tencent.com/document/api/377/99175) ,取返回信息中的 RefreshActivityId 获取实例刷新活动ID。 | 
| String | getResumeMode()Get 当前批次刷新失败实例的恢复方式,如不存在失败实例,该参数无效。默认值为RETRY,取值范围如下:RETRY: 重试当前批次刷新失败实例CONTINUE: 跳过当前批次刷新失败实例 | 
| void | setAutoScalingGroupId(String AutoScalingGroupId)Set 伸缩组ID。可通过如下方式获取:
通过登录 [控制台](https://console.cloud.tencent.com/autoscaling/group) 查询伸缩组ID。
通过调用接口 [DescribeAutoScalingGroups](https://cloud.tencent.com/document/api/377/20438) ,取返回信息中的 AutoScalingGroupId 获取伸缩组ID。 | 
| void | setRefreshActivityId(String RefreshActivityId)Set 刷新活动ID。可以通过调用接口 [DescribeRefreshActivities](https://cloud.tencent.com/document/api/377/99175) ,取返回信息中的 RefreshActivityId 获取实例刷新活动ID。 | 
| void | setResumeMode(String ResumeMode)Set 当前批次刷新失败实例的恢复方式,如不存在失败实例,该参数无效。默认值为RETRY,取值范围如下:RETRY: 重试当前批次刷新失败实例CONTINUE: 跳过当前批次刷新失败实例 | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic ResumeInstanceRefreshRequest()
public ResumeInstanceRefreshRequest(ResumeInstanceRefreshRequest source)
public String getAutoScalingGroupId()
public void setAutoScalingGroupId(String AutoScalingGroupId)
AutoScalingGroupId - 伸缩组ID。可通过如下方式获取:
public String getRefreshActivityId()
public void setRefreshActivityId(String RefreshActivityId)
RefreshActivityId - 刷新活动ID。可以通过调用接口 [DescribeRefreshActivities](https://cloud.tencent.com/document/api/377/99175) ,取返回信息中的 RefreshActivityId 获取实例刷新活动ID。public String getResumeMode()
public void setResumeMode(String ResumeMode)
ResumeMode - 当前批次刷新失败实例的恢复方式,如不存在失败实例,该参数无效。默认值为RETRY,取值范围如下:Copyright © 2025. All rights reserved.