Uses of Class
com.oracle.bmc.loadbalancer.model.ConnectionConfiguration.BackendTcpProxyProtocolOptions
-
Packages that use ConnectionConfiguration.BackendTcpProxyProtocolOptions Package Description com.oracle.bmc.loadbalancer.model -
-
Uses of ConnectionConfiguration.BackendTcpProxyProtocolOptions in com.oracle.bmc.loadbalancer.model
Methods in com.oracle.bmc.loadbalancer.model that return ConnectionConfiguration.BackendTcpProxyProtocolOptions Modifier and Type Method Description static ConnectionConfiguration.BackendTcpProxyProtocolOptions
ConnectionConfiguration.BackendTcpProxyProtocolOptions. create(String key)
static ConnectionConfiguration.BackendTcpProxyProtocolOptions
ConnectionConfiguration.BackendTcpProxyProtocolOptions. valueOf(String name)
Returns the enum constant of this type with the specified name.static ConnectionConfiguration.BackendTcpProxyProtocolOptions[]
ConnectionConfiguration.BackendTcpProxyProtocolOptions. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.loadbalancer.model that return types with arguments of type ConnectionConfiguration.BackendTcpProxyProtocolOptions Modifier and Type Method Description List<ConnectionConfiguration.BackendTcpProxyProtocolOptions>
ConnectionConfiguration. getBackendTcpProxyProtocolOptions()
An array that represents the PPV2 Options that can be enabled on TCP Listeners.Method parameters in com.oracle.bmc.loadbalancer.model with type arguments of type ConnectionConfiguration.BackendTcpProxyProtocolOptions Modifier and Type Method Description ConnectionConfiguration.Builder
ConnectionConfiguration.Builder. backendTcpProxyProtocolOptions(List<ConnectionConfiguration.BackendTcpProxyProtocolOptions> backendTcpProxyProtocolOptions)
An array that represents the PPV2 Options that can be enabled on TCP Listeners.Constructor parameters in com.oracle.bmc.loadbalancer.model with type arguments of type ConnectionConfiguration.BackendTcpProxyProtocolOptions Constructor Description ConnectionConfiguration(Long idleTimeout, Integer backendTcpProxyProtocolVersion, List<ConnectionConfiguration.BackendTcpProxyProtocolOptions> backendTcpProxyProtocolOptions)
Deprecated.
-