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 Backend service health check status for instances, defaults to FALSE.
|
RollingUpdateSettings |
getRollingUpdateSettings()
Get Rolling update settings parameters.
|
void |
setCheckInstanceTargetHealth(Boolean CheckInstanceTargetHealth)
Set Backend service health check status for instances, defaults to FALSE.
|
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
- Backend service health check status for instances, defaults to FALSE. This setting takes effect only for scaling groups bound with application load balancers. When enabled, if an instance fails the check after being refreshed, its load balancer port weight remains 0 and is marked as a refresh failure. Valid values: Copyright © 2024. All rights reserved.