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。
|
String |
getRefreshActivityId()
Get 刷新活动ID。
|
String |
getResumeMode()
Get 当前批次刷新失败实例的恢复方式,如不存在失败实例,该参数无效。默认值为RETRY,取值范围如下:
RETRY: 重试当前批次刷新失败实例CONTINUE: 跳过当前批次刷新失败实例 |
void |
setAutoScalingGroupId(String AutoScalingGroupId)
Set 伸缩组ID。
|
void |
setRefreshActivityId(String RefreshActivityId)
Set 刷新活动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, toJsonString
public 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。public String getResumeMode()
public void setResumeMode(String ResumeMode)
ResumeMode
- 当前批次刷新失败实例的恢复方式,如不存在失败实例,该参数无效。默认值为RETRY,取值范围如下:Copyright © 2024. All rights reserved.