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 伸缩组ID。可以通过以下方式获取可用的伸缩组ID: 
通过登录 [控制台](https://console.cloud.tencent.com/autoscaling/group) 查询伸缩组ID。
通过调用接口 [DescribeAutoScalingGroups](https://cloud.tencent.com/document/api/377/20438) ,取返回信息中的 AutoScalingGroupId 获取伸缩组ID。 | 
| String | getOriginRefreshActivityId()Get 原始刷新活动 ID。可以通过调用接口 [DescribeRefreshActivities](https://cloud.tencent.com/document/api/377/99175) ,取返回信息中的 OriginRefreshActivityId 获取原始刷新活动ID。 | 
| String | getRefreshMode()Get 刷新模式,目前仅支持滚动更新,默认值为 ROLLING_UPDATE_RESET。 | 
| RefreshSettings | getRefreshSettings()Get 刷新设置。 | 
| void | setAutoScalingGroupId(String AutoScalingGroupId)Set 伸缩组ID。可以通过以下方式获取可用的伸缩组ID: 
通过登录 [控制台](https://console.cloud.tencent.com/autoscaling/group) 查询伸缩组ID。
通过调用接口 [DescribeAutoScalingGroups](https://cloud.tencent.com/document/api/377/20438) ,取返回信息中的 AutoScalingGroupId 获取伸缩组ID。 | 
| void | setOriginRefreshActivityId(String OriginRefreshActivityId)Set 原始刷新活动 ID。可以通过调用接口 [DescribeRefreshActivities](https://cloud.tencent.com/document/api/377/99175) ,取返回信息中的 OriginRefreshActivityId 获取原始刷新活动ID。 | 
| void | setRefreshMode(String RefreshMode)Set 刷新模式,目前仅支持滚动更新,默认值为 ROLLING_UPDATE_RESET。 | 
| void | setRefreshSettings(RefreshSettings RefreshSettings)Set 刷新设置。 | 
| 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 - 伸缩组ID。可以通过以下方式获取可用的伸缩组ID: 
public RefreshSettings getRefreshSettings()
public void setRefreshSettings(RefreshSettings RefreshSettings)
RefreshSettings - 刷新设置。public String getOriginRefreshActivityId()
public void setOriginRefreshActivityId(String OriginRefreshActivityId)
OriginRefreshActivityId - 原始刷新活动 ID。可以通过调用接口 [DescribeRefreshActivities](https://cloud.tencent.com/document/api/377/99175) ,取返回信息中的 OriginRefreshActivityId 获取原始刷新活动ID。public String getRefreshMode()
public void setRefreshMode(String RefreshMode)
RefreshMode - 刷新模式,目前仅支持滚动更新,默认值为 ROLLING_UPDATE_RESET。Copyright © 2025. All rights reserved.