Uses of Class
com.oracle.bmc.networkloadbalancer.model.ListenerProtocols
-
Packages that use ListenerProtocols Package Description com.oracle.bmc.networkloadbalancer.model -
-
Uses of ListenerProtocols in com.oracle.bmc.networkloadbalancer.model
Methods in com.oracle.bmc.networkloadbalancer.model that return ListenerProtocols Modifier and Type Method Description static ListenerProtocols
ListenerProtocols. create(String key)
ListenerProtocols
CreateListenerDetails. getProtocol()
The protocol on which the listener accepts connection requests.ListenerProtocols
Listener. getProtocol()
The protocol on which the listener accepts connection requests.ListenerProtocols
ListenerDetails. getProtocol()
The protocol on which the listener accepts connection requests.ListenerProtocols
ListenerSummary. getProtocol()
The protocol on which the listener accepts connection requests.ListenerProtocols
UpdateListenerDetails. 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.Methods in com.oracle.bmc.networkloadbalancer.model with parameters of type ListenerProtocols Modifier and Type Method Description CreateListenerDetails.Builder
CreateListenerDetails.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.ListenerDetails.Builder
ListenerDetails.Builder. protocol(ListenerProtocols protocol)
The protocol on which the listener accepts connection requests.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.Constructors in com.oracle.bmc.networkloadbalancer.model with parameters of type ListenerProtocols Constructor Description CreateListenerDetails(String name, String defaultBackendSetName, Integer port, ListenerProtocols protocol, IpVersion ipVersion, Boolean isPpv2Enabled, Integer tcpIdleTimeout, Integer udpIdleTimeout, Integer l3IpIdleTimeout)
Deprecated.Listener(String name, String defaultBackendSetName, Integer port, ListenerProtocols protocol, IpVersion ipVersion, Boolean isPpv2Enabled, Integer tcpIdleTimeout, Integer udpIdleTimeout, Integer l3IpIdleTimeout)
Deprecated.ListenerDetails(String name, String defaultBackendSetName, IpVersion ipVersion, Integer port, ListenerProtocols protocol, Boolean isPpv2Enabled, Integer tcpIdleTimeout, Integer udpIdleTimeout, Integer l3IpIdleTimeout)
Deprecated.ListenerSummary(String name, String defaultBackendSetName, Integer port, ListenerProtocols protocol, IpVersion ipVersion, Boolean isPpv2Enabled, Integer tcpIdleTimeout, Integer udpIdleTimeout, Integer l3IpIdleTimeout)
Deprecated.UpdateListenerDetails(String defaultBackendSetName, Integer port, ListenerProtocols protocol, IpVersion ipVersion, Boolean isPpv2Enabled, Integer tcpIdleTimeout, Integer udpIdleTimeout, Integer l3IpIdleTimeout)
Deprecated.
-