Package | Description |
---|---|
com.tencentcloudapi.ecm.v20190719.models |
Modifier and Type | Method and Description |
---|---|
HealthCheck |
ModifyListenerRequest.getHealthCheck()
Get Health check parameters
|
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 |
CreateListenerRequest.getHealthCheck()
Get Health check parameters
|
Modifier and Type | Method and Description |
---|---|
void |
ModifyListenerRequest.setHealthCheck(HealthCheck HealthCheck)
Set Health check parameters
|
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 |
CreateListenerRequest.setHealthCheck(HealthCheck HealthCheck)
Set Health check parameters
|
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.