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