Package | Description |
---|---|
com.oracle.bmc.networkloadbalancer.model |
Modifier and Type | Method and Description |
---|---|
static ListenerProtocols |
ListenerProtocols.create(String key) |
ListenerProtocols |
ListenerSummary.getProtocol()
The protocol on which the listener accepts connection requests.
|
ListenerProtocols |
UpdateListenerDetails.getProtocol()
The protocol on which the listener accepts connection requests.
|
ListenerProtocols |
ListenerDetails.getProtocol()
The protocol on which the listener accepts connection requests.
|
ListenerProtocols |
Listener.getProtocol()
The protocol on which the listener accepts connection requests.
|
ListenerProtocols |
CreateListenerDetails.getProtocol()
The protocol on which the listener accepts connection requests.
|
static ListenerProtocols |
ListenerProtocols.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ListenerProtocols[] |
ListenerProtocols.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
ListenerSummary.Builder |
ListenerSummary.Builder.protocol(ListenerProtocols protocol)
The protocol on which the listener accepts connection requests.
|
UpdateListenerDetails.Builder |
UpdateListenerDetails.Builder.protocol(ListenerProtocols protocol)
The protocol on which the listener accepts connection requests.
|
ListenerDetails.Builder |
ListenerDetails.Builder.protocol(ListenerProtocols protocol)
The protocol on which the listener accepts connection requests.
|
Listener.Builder |
Listener.Builder.protocol(ListenerProtocols protocol)
The protocol on which the listener accepts connection requests.
|
CreateListenerDetails.Builder |
CreateListenerDetails.Builder.protocol(ListenerProtocols protocol)
The protocol on which the listener accepts connection requests.
|
Constructor and Description |
---|
CreateListenerDetails(String name,
String defaultBackendSetName,
Integer port,
ListenerProtocols protocol,
IpVersion ipVersion,
Boolean isPpv2Enabled,
Integer tcpIdleTimeout,
Integer udpIdleTimeout)
Deprecated.
|
Listener(String name,
String defaultBackendSetName,
Integer port,
ListenerProtocols protocol,
IpVersion ipVersion,
Boolean isPpv2Enabled,
Integer tcpIdleTimeout,
Integer udpIdleTimeout)
Deprecated.
|
ListenerDetails(String name,
String defaultBackendSetName,
IpVersion ipVersion,
Integer port,
ListenerProtocols protocol,
Boolean isPpv2Enabled,
Integer tcpIdleTimeout,
Integer udpIdleTimeout)
Deprecated.
|
ListenerSummary(String name,
String defaultBackendSetName,
Integer port,
ListenerProtocols protocol,
IpVersion ipVersion,
Boolean isPpv2Enabled,
Integer tcpIdleTimeout,
Integer udpIdleTimeout)
Deprecated.
|
UpdateListenerDetails(String defaultBackendSetName,
Integer port,
ListenerProtocols protocol,
IpVersion ipVersion,
Boolean isPpv2Enabled,
Integer tcpIdleTimeout,
Integer udpIdleTimeout)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.