public class HealthCheck
extends com.aliyun.tea.TeaModel
| Modifier and Type | Field and Description |
|---|---|
Integer |
checkConnTimeout |
Integer |
checkDelayLoop |
Integer |
checkDelayTry |
String |
checkHttpGetUrl |
Integer |
checkHttpStatusCode |
Integer |
checkPort |
Integer |
checkRetry |
String |
checkType |
Boolean |
enabled |
| Constructor and Description |
|---|
HealthCheck() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getCheckConnTimeout() |
Integer |
getCheckDelayLoop() |
Integer |
getCheckDelayTry() |
String |
getCheckHttpGetUrl() |
Integer |
getCheckHttpStatusCode() |
Integer |
getCheckPort() |
Integer |
getCheckRetry() |
String |
getCheckType() |
Boolean |
getEnabled() |
void |
setCheckConnTimeout(Integer checkConnTimeout) |
void |
setCheckDelayLoop(Integer checkDelayLoop) |
void |
setCheckDelayTry(Integer checkDelayTry) |
void |
setCheckHttpGetUrl(String checkHttpGetUrl) |
void |
setCheckHttpStatusCode(Integer checkHttpStatusCode) |
void |
setCheckPort(Integer checkPort) |
void |
setCheckRetry(Integer checkRetry) |
void |
setCheckType(String checkType) |
void |
setEnabled(Boolean enabled) |
public Boolean enabled
public String checkType
public Integer checkPort
public Integer checkDelayLoop
public Integer checkConnTimeout
public Integer checkRetry
public Integer checkDelayTry
public String checkHttpGetUrl
public Integer checkHttpStatusCode
public Boolean getEnabled()
public void setEnabled(Boolean enabled)
public String getCheckType()
public void setCheckType(String checkType)
public Integer getCheckPort()
public void setCheckPort(Integer checkPort)
public Integer getCheckDelayLoop()
public void setCheckDelayLoop(Integer checkDelayLoop)
public Integer getCheckConnTimeout()
public void setCheckConnTimeout(Integer checkConnTimeout)
public Integer getCheckRetry()
public void setCheckRetry(Integer checkRetry)
public Integer getCheckDelayTry()
public void setCheckDelayTry(Integer checkDelayTry)
public String getCheckHttpGetUrl()
public void setCheckHttpGetUrl(String checkHttpGetUrl)
public Integer getCheckHttpStatusCode()
public void setCheckHttpStatusCode(Integer checkHttpStatusCode)
Copyright © 2025. All rights reserved.