public class UpdateHealthCheckSettingsRequest extends AbstractModel
Constructor and Description |
---|
UpdateHealthCheckSettingsRequest() |
UpdateHealthCheckSettingsRequest(UpdateHealthCheckSettingsRequest 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 |
getEnableHealthCheck()
Get 是否能使健康检查
|
String |
getGroupId()
Get 部署组ID
|
HealthCheckSettings |
getHealthCheckSettings()
Get 健康检查配置
|
void |
setEnableHealthCheck(Boolean EnableHealthCheck)
Set 是否能使健康检查
|
void |
setGroupId(String GroupId)
Set 部署组ID
|
void |
setHealthCheckSettings(HealthCheckSettings HealthCheckSettings)
Set 健康检查配置
|
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 UpdateHealthCheckSettingsRequest()
public UpdateHealthCheckSettingsRequest(UpdateHealthCheckSettingsRequest source)
public String getGroupId()
public void setGroupId(String GroupId)
GroupId
- 部署组IDpublic Boolean getEnableHealthCheck()
public void setEnableHealthCheck(Boolean EnableHealthCheck)
EnableHealthCheck
- 是否能使健康检查public HealthCheckSettings getHealthCheckSettings()
public void setHealthCheckSettings(HealthCheckSettings HealthCheckSettings)
HealthCheckSettings
- 健康检查配置Copyright © 2021. All rights reserved.