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 Scaling group ID. | 
| String | getRefreshActivityId()Get Refresh activity ID. | 
| String | getResumeMode()Get Recovery mode of instances that have failed to be refreshed in the current batch. | 
| void | setAutoScalingGroupId(String AutoScalingGroupId)Set Scaling group ID. | 
| void | setRefreshActivityId(String RefreshActivityId)Set Refresh activity ID. | 
| void | setResumeMode(String ResumeMode)Set Recovery mode of instances that have failed to be refreshed in the current batch. | 
| 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 - Scaling group ID. obtain in the following ways:.
public String getRefreshActivityId()
public void setRefreshActivityId(String RefreshActivityId)
RefreshActivityId - Refresh activity ID. you can get the instance refresh activity ID by calling the api [DescribeRefreshActivities](https://intl.cloud.tencent.com/document/api/377/99175?from_cn_redirect=1) and retrieving the RefreshActivityId from the returned information.public String getResumeMode()
public void setResumeMode(String ResumeMode)
ResumeMode - Recovery mode of instances that have failed to be refreshed in the current batch. If there are no failed instances, this parameter is invalid. Default value: RETRY. Valid values: Copyright © 2025. All rights reserved.