public static class UpdateServerGroupAttributeRequest.UpdateServerGroupAttributeRequestHealthCheckConfig
extends com.aliyun.tea.TeaModel
| 构造器和说明 |
|---|
UpdateServerGroupAttributeRequestHealthCheckConfig() |
@NameInMap(value="HealthCheckConnectPort") public Integer healthCheckConnectPort
@NameInMap(value="HealthCheckConnectTimeout") public Integer healthCheckConnectTimeout
@NameInMap(value="HealthCheckDomain") public String healthCheckDomain
@NameInMap(value="HealthCheckEnabled") public Boolean healthCheckEnabled
@NameInMap(value="HealthCheckInterval") public Integer healthCheckInterval
@NameInMap(value="HealthCheckType") public String healthCheckType
@NameInMap(value="HealthCheckUrl") public String healthCheckUrl
@NameInMap(value="HealthyThreshold") public Integer healthyThreshold
@NameInMap(value="HttpCheckMethod") public String httpCheckMethod
@NameInMap(value="UnhealthyThreshold") public Integer unhealthyThreshold
public UpdateServerGroupAttributeRequestHealthCheckConfig()
public static UpdateServerGroupAttributeRequest.UpdateServerGroupAttributeRequestHealthCheckConfig build(Map<String,?> map) throws Exception
Exceptionpublic UpdateServerGroupAttributeRequest.UpdateServerGroupAttributeRequestHealthCheckConfig setHealthCheckConnectPort(Integer healthCheckConnectPort)
public Integer getHealthCheckConnectPort()
public UpdateServerGroupAttributeRequest.UpdateServerGroupAttributeRequestHealthCheckConfig setHealthCheckConnectTimeout(Integer healthCheckConnectTimeout)
public Integer getHealthCheckConnectTimeout()
public UpdateServerGroupAttributeRequest.UpdateServerGroupAttributeRequestHealthCheckConfig setHealthCheckDomain(String healthCheckDomain)
public String getHealthCheckDomain()
public UpdateServerGroupAttributeRequest.UpdateServerGroupAttributeRequestHealthCheckConfig setHealthCheckEnabled(Boolean healthCheckEnabled)
public Boolean getHealthCheckEnabled()
public UpdateServerGroupAttributeRequest.UpdateServerGroupAttributeRequestHealthCheckConfig setHealthCheckHttpCode(List<String> healthCheckHttpCode)
public UpdateServerGroupAttributeRequest.UpdateServerGroupAttributeRequestHealthCheckConfig setHealthCheckInterval(Integer healthCheckInterval)
public Integer getHealthCheckInterval()
public UpdateServerGroupAttributeRequest.UpdateServerGroupAttributeRequestHealthCheckConfig setHealthCheckType(String healthCheckType)
public String getHealthCheckType()
public UpdateServerGroupAttributeRequest.UpdateServerGroupAttributeRequestHealthCheckConfig setHealthCheckUrl(String healthCheckUrl)
public String getHealthCheckUrl()
public UpdateServerGroupAttributeRequest.UpdateServerGroupAttributeRequestHealthCheckConfig setHealthyThreshold(Integer healthyThreshold)
public Integer getHealthyThreshold()
public UpdateServerGroupAttributeRequest.UpdateServerGroupAttributeRequestHealthCheckConfig setHttpCheckMethod(String httpCheckMethod)
public String getHttpCheckMethod()
public UpdateServerGroupAttributeRequest.UpdateServerGroupAttributeRequestHealthCheckConfig setUnhealthyThreshold(Integer unhealthyThreshold)
public Integer getUnhealthyThreshold()
Copyright © 2022. All rights reserved.