public class UpdateBlbTcpListenerRequest
extends com.baidubce.common.BaseBceRequest
| Constructor and Description |
|---|
UpdateBlbTcpListenerRequest() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getBackendPort() |
String |
getBlbId() |
Integer |
getHealthCheckInterval() |
Integer |
getHealthCheckTimeoutInSecond() |
String |
getHealthCheckType() |
Integer |
getHealthyThreshold() |
Integer |
getListenerPort() |
String |
getScheduler() |
Integer |
getUnhealthyThreshold() |
UpdateBlbTcpListenerRequest |
setBackendPort(Integer backendPort) |
UpdateBlbTcpListenerRequest |
setBlbId(String blbId) |
UpdateBlbTcpListenerRequest |
setHealthCheckInterval(Integer healthCheckInterval) |
UpdateBlbTcpListenerRequest |
setHealthCheckTimeoutInSecond(Integer healthCheckTimeoutInSecond) |
UpdateBlbTcpListenerRequest |
setHealthCheckType(String healthCheckType) |
UpdateBlbTcpListenerRequest |
setHealthyThreshold(Integer healthyThreshold) |
UpdateBlbTcpListenerRequest |
setListenerPort(Integer listenerPort) |
UpdateBlbTcpListenerRequest |
setScheduler(String scheduler) |
UpdateBlbTcpListenerRequest |
setUnhealthyThreshold(Integer unhealthyThreshold) |
public String getBlbId()
public UpdateBlbTcpListenerRequest setBlbId(String blbId)
public Integer getListenerPort()
public UpdateBlbTcpListenerRequest setListenerPort(Integer listenerPort)
public Integer getBackendPort()
public UpdateBlbTcpListenerRequest setBackendPort(Integer backendPort)
public String getScheduler()
public UpdateBlbTcpListenerRequest setScheduler(String scheduler)
public String getHealthCheckType()
public UpdateBlbTcpListenerRequest setHealthCheckType(String healthCheckType)
public Integer getHealthCheckTimeoutInSecond()
public UpdateBlbTcpListenerRequest setHealthCheckTimeoutInSecond(Integer healthCheckTimeoutInSecond)
public Integer getHealthCheckInterval()
public UpdateBlbTcpListenerRequest setHealthCheckInterval(Integer healthCheckInterval)
public Integer getUnhealthyThreshold()
public UpdateBlbTcpListenerRequest setUnhealthyThreshold(Integer unhealthyThreshold)
public Integer getHealthyThreshold()
public UpdateBlbTcpListenerRequest setHealthyThreshold(Integer healthyThreshold)
Copyright © 2026. All rights reserved.