Package | Description |
---|---|
com.oracle.bmc.loadbalancer.model |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
List<ConnectionConfiguration.BackendTcpProxyProtocolOptions> |
ConnectionConfiguration.getBackendTcpProxyProtocolOptions()
An array that represents the PPV2 Options that can be enabled on TCP Listeners.
|
Modifier and Type | Method and 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 and Description |
---|
ConnectionConfiguration(Long idleTimeout,
Integer backendTcpProxyProtocolVersion,
List<ConnectionConfiguration.BackendTcpProxyProtocolOptions> backendTcpProxyProtocolOptions)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.