public class RefreshSettings extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| RefreshSettings() | 
| RefreshSettings(RefreshSettings 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 | 
|---|---|
| Boolean | getCheckInstanceTargetHealth()Get 实例后端服务健康状态检查,默认为 FALSE。仅针对绑定应用型负载均衡器的伸缩组生效,开启该检查后,如刷新后实例未通过检查,负载均衡器端口权重始终为 0,且标记为刷新失败。取值范围如下:TRUE:开启检查FALSE:不开启检查 | 
| Long | getCheckInstanceTargetHealthTimeout()Get 实例后端服务健康状态检查的超时时间,单位为秒,取值范围[60,7200],默认时间1800秒。仅在CheckInstanceTargetHealth参数开启后生效,若实例健康检查超时,则标记为刷新失败。 | 
| RollingUpdateSettings | getRollingUpdateSettings()Get 滚动更新设置参数。RefreshMode 为滚动更新该参数必须填写。 | 
| void | setCheckInstanceTargetHealth(Boolean CheckInstanceTargetHealth)Set 实例后端服务健康状态检查,默认为 FALSE。仅针对绑定应用型负载均衡器的伸缩组生效,开启该检查后,如刷新后实例未通过检查,负载均衡器端口权重始终为 0,且标记为刷新失败。取值范围如下:TRUE:开启检查FALSE:不开启检查 | 
| void | setCheckInstanceTargetHealthTimeout(Long CheckInstanceTargetHealthTimeout)Set 实例后端服务健康状态检查的超时时间,单位为秒,取值范围[60,7200],默认时间1800秒。仅在CheckInstanceTargetHealth参数开启后生效,若实例健康检查超时,则标记为刷新失败。 | 
| void | setRollingUpdateSettings(RollingUpdateSettings RollingUpdateSettings)Set 滚动更新设置参数。RefreshMode 为滚动更新该参数必须填写。 | 
| 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 RefreshSettings()
public RefreshSettings(RefreshSettings source)
public RollingUpdateSettings getRollingUpdateSettings()
public void setRollingUpdateSettings(RollingUpdateSettings RollingUpdateSettings)
RollingUpdateSettings - 滚动更新设置参数。RefreshMode 为滚动更新该参数必须填写。public Boolean getCheckInstanceTargetHealth()
public void setCheckInstanceTargetHealth(Boolean CheckInstanceTargetHealth)
CheckInstanceTargetHealth - 实例后端服务健康状态检查,默认为 FALSE。仅针对绑定应用型负载均衡器的伸缩组生效,开启该检查后,如刷新后实例未通过检查,负载均衡器端口权重始终为 0,且标记为刷新失败。取值范围如下:public Long getCheckInstanceTargetHealthTimeout()
public void setCheckInstanceTargetHealthTimeout(Long CheckInstanceTargetHealthTimeout)
CheckInstanceTargetHealthTimeout - 实例后端服务健康状态检查的超时时间,单位为秒,取值范围[60,7200],默认时间1800秒。仅在CheckInstanceTargetHealth参数开启后生效,若实例健康检查超时,则标记为刷新失败。Copyright © 2025. All rights reserved.