public class RollbackInstanceRefreshRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
RollbackInstanceRefreshRequest()  | 
RollbackInstanceRefreshRequest(RollbackInstanceRefreshRequest 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 | 
getOriginRefreshActivityId()
Get The original refresh activity ID. 
 | 
String | 
getRefreshMode()
Get Refresh mode, currently, only rolling updates are supported, with the default value being ROLLING_UPDATE_RESET. 
 | 
RefreshSettings | 
getRefreshSettings()
Get Refresh settings. 
 | 
void | 
setAutoScalingGroupId(String AutoScalingGroupId)
Set Scaling group ID. 
 | 
void | 
setOriginRefreshActivityId(String OriginRefreshActivityId)
Set The original refresh activity ID. 
 | 
void | 
setRefreshMode(String RefreshMode)
Set Refresh mode, currently, only rolling updates are supported, with the default value being ROLLING_UPDATE_RESET. 
 | 
void | 
setRefreshSettings(RefreshSettings RefreshSettings)
Set Refresh settings. 
 | 
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 RollbackInstanceRefreshRequest()
public RollbackInstanceRefreshRequest(RollbackInstanceRefreshRequest source)
public String getAutoScalingGroupId()
public void setAutoScalingGroupId(String AutoScalingGroupId)
AutoScalingGroupId - Scaling group ID. you can obtain available scaling group ids in the following ways. 
public RefreshSettings getRefreshSettings()
public void setRefreshSettings(RefreshSettings RefreshSettings)
RefreshSettings - Refresh settings.public String getOriginRefreshActivityId()
public void setOriginRefreshActivityId(String OriginRefreshActivityId)
OriginRefreshActivityId - The original refresh activity ID. you can obtain the original refresh activity ID by calling the api [DescribeRefreshActivities](https://intl.cloud.tencent.com/document/api/377/99175?from_cn_redirect=1) and retrieving the OriginRefreshActivityId from the returned information.public String getRefreshMode()
public void setRefreshMode(String RefreshMode)
RefreshMode - Refresh mode, currently, only rolling updates are supported, with the default value being ROLLING_UPDATE_RESET.Copyright © 2025. All rights reserved.