public class ServiceSettings extends AbstractModel
Constructor and Description |
---|
ServiceSettings() |
Modifier and Type | Method and Description |
---|---|
Boolean |
getReplaceMonitorUnhealthy()
Get Enables unhealthy instance replacement.
|
void |
setReplaceMonitorUnhealthy(Boolean ReplaceMonitorUnhealthy)
Set Enables unhealthy instance replacement.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public Boolean getReplaceMonitorUnhealthy()
public void setReplaceMonitorUnhealthy(Boolean ReplaceMonitorUnhealthy)
ReplaceMonitorUnhealthy
- Enables unhealthy instance replacement. If this feature is enabled, AS will replace instances that are flagged as unhealthy by Cloud Monitor. If this parameter is not specified, the value will be False by default.Copyright © 2020. All rights reserved.