public interface ConnectionPoolSettingsTCPSettingsFluent<A extends ConnectionPoolSettingsTCPSettingsFluent<A>>
extends io.fabric8.kubernetes.api.builder.Fluent<A>
| Modifier and Type | Interface and Description |
|---|---|
static interface |
ConnectionPoolSettingsTCPSettingsFluent.TcpKeepaliveNested<N> |
String getConnectTimeout()
Boolean hasConnectTimeout()
@Deprecated A withNewConnectTimeout(String arg0)
Integer getMaxConnections()
Boolean hasMaxConnections()
@Deprecated ConnectionPoolSettingsTCPSettingsTcpKeepalive getTcpKeepalive()
ConnectionPoolSettingsTCPSettingsTcpKeepalive buildTcpKeepalive()
A withTcpKeepalive(ConnectionPoolSettingsTCPSettingsTcpKeepalive tcpKeepalive)
Boolean hasTcpKeepalive()
ConnectionPoolSettingsTCPSettingsFluent.TcpKeepaliveNested<A> withNewTcpKeepalive()
ConnectionPoolSettingsTCPSettingsFluent.TcpKeepaliveNested<A> withNewTcpKeepaliveLike(ConnectionPoolSettingsTCPSettingsTcpKeepalive item)
ConnectionPoolSettingsTCPSettingsFluent.TcpKeepaliveNested<A> editTcpKeepalive()
ConnectionPoolSettingsTCPSettingsFluent.TcpKeepaliveNested<A> editOrNewTcpKeepalive()
ConnectionPoolSettingsTCPSettingsFluent.TcpKeepaliveNested<A> editOrNewTcpKeepaliveLike(ConnectionPoolSettingsTCPSettingsTcpKeepalive item)
Copyright © 2015–2022 Red Hat. All rights reserved.