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 Whether to enable the backend service health check for the instance.
|
RollingUpdateSettings |
getRollingUpdateSettings()
Get Rolling update settings parameters.
|
void |
setCheckInstanceTargetHealth(Boolean CheckInstanceTargetHealth)
Set Whether to enable the backend service health check for the instance.
|
void |
setRollingUpdateSettings(RollingUpdateSettings RollingUpdateSettings)
Set Rolling update settings parameters.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public RefreshSettings()
public RefreshSettings(RefreshSettings source)
public RollingUpdateSettings getRollingUpdateSettings()
public void setRollingUpdateSettings(RollingUpdateSettings RollingUpdateSettings)
RollingUpdateSettings
- Rolling update settings parameters. RefreshMode is the rolling update. This parameter must be filled in.Note: This field may return null, indicating that no valid value can be obtained.public Boolean getCheckInstanceTargetHealth()
public void setCheckInstanceTargetHealth(Boolean CheckInstanceTargetHealth)
CheckInstanceTargetHealth
- Whether to enable the backend service health check for the instance. Default value: FALSE. This parameter is valid only for the scaling group bound to an application-based CLB. After this feature is enabled, if the instance fails the check after refresh, the port weight of the CLB will be always 0, and it will be marked as a refresh failure. Valid values: Copyright © 2025. All rights reserved.