| Package | Description | 
|---|---|
| com.tencentcloudapi.clb.v20180317.models | 
| Modifier and Type | Method and Description | 
|---|---|
HealthCheck | 
ModifyListenerRequest.getHealthCheck()
Get Health check parameter, which is applicable only to TCP, UDP, and TCP_SSL listeners. 
 | 
HealthCheck | 
RuleInput.getHealthCheck()
Get Health check information. 
 | 
HealthCheck | 
Listener.getHealthCheck()
Get Health check information of the listener
Note: This field may return null, indicating that no valid values can be obtained. 
 | 
HealthCheck | 
RuleOutput.getHealthCheck()
Get Health check information
Note: This field may return null, indicating that no valid values can be obtained. 
 | 
HealthCheck | 
CreateListenerRequest.getHealthCheck()
Get Health check parameter, which is applicable only to TCP, UDP, and TCP_SSL listeners. 
 | 
HealthCheck | 
ModifyRuleRequest.getHealthCheck()
Get Health check information 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
ModifyListenerRequest.setHealthCheck(HealthCheck HealthCheck)
Set Health check parameter, which is applicable only to TCP, UDP, and TCP_SSL listeners. 
 | 
void | 
RuleInput.setHealthCheck(HealthCheck HealthCheck)
Set Health check information. 
 | 
void | 
Listener.setHealthCheck(HealthCheck HealthCheck)
Set Health check information of the listener
Note: This field may return null, indicating that no valid values can be obtained. 
 | 
void | 
RuleOutput.setHealthCheck(HealthCheck HealthCheck)
Set Health check information
Note: This field may return null, indicating that no valid values can be obtained. 
 | 
void | 
CreateListenerRequest.setHealthCheck(HealthCheck HealthCheck)
Set Health check parameter, which is applicable only to TCP, UDP, and TCP_SSL listeners. 
 | 
void | 
ModifyRuleRequest.setHealthCheck(HealthCheck HealthCheck)
Set Health check information 
 | 
| Constructor and Description | 
|---|
HealthCheck(HealthCheck 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. 
 | 
Copyright © 2023. All rights reserved.