public class ConnectionPoolSettingsTCPSettings extends Object implements io.fabric8.kubernetes.api.model.KubernetesResource
| Constructor and Description |
|---|
ConnectionPoolSettingsTCPSettings()
No args constructor for use in serialization
|
ConnectionPoolSettingsTCPSettings(String connectTimeout,
Integer maxConnections,
ConnectionPoolSettingsTCPSettingsTcpKeepalive tcpKeepalive) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Object> |
getAdditionalProperties() |
String |
getConnectTimeout() |
Integer |
getMaxConnections() |
ConnectionPoolSettingsTCPSettingsTcpKeepalive |
getTcpKeepalive() |
void |
setAdditionalProperty(String name,
Object value) |
void |
setConnectTimeout(String connectTimeout) |
void |
setMaxConnections(Integer maxConnections) |
void |
setTcpKeepalive(ConnectionPoolSettingsTCPSettingsTcpKeepalive tcpKeepalive) |
public ConnectionPoolSettingsTCPSettings()
public ConnectionPoolSettingsTCPSettings(String connectTimeout, Integer maxConnections, ConnectionPoolSettingsTCPSettingsTcpKeepalive tcpKeepalive)
tcpKeepalive - connectTimeout - maxConnections - public String getConnectTimeout()
public void setConnectTimeout(String connectTimeout)
public Integer getMaxConnections()
public void setMaxConnections(Integer maxConnections)
public ConnectionPoolSettingsTCPSettingsTcpKeepalive getTcpKeepalive()
public void setTcpKeepalive(ConnectionPoolSettingsTCPSettingsTcpKeepalive tcpKeepalive)
Copyright © 2015–2022 Red Hat. All rights reserved.