Uses of Class
com.oracle.bmc.networkloadbalancer.model.Listener
-
Packages that use Listener Package Description com.oracle.bmc.networkloadbalancer.model com.oracle.bmc.networkloadbalancer.responses -
-
Uses of Listener in com.oracle.bmc.networkloadbalancer.model
Methods in com.oracle.bmc.networkloadbalancer.model that return Listener Modifier and Type Method Description Listener
Listener.Builder. build()
Methods in com.oracle.bmc.networkloadbalancer.model that return types with arguments of type Listener Modifier and Type Method Description Map<String,Listener>
NetworkLoadBalancer. getListeners()
Listeners associated with the network load balancer.Map<String,Listener>
NetworkLoadBalancerSummary. getListeners()
Listeners associated with the network load balancer.Methods in com.oracle.bmc.networkloadbalancer.model with parameters of type Listener Modifier and Type Method Description Listener.Builder
Listener.Builder. copy(Listener model)
Method parameters in com.oracle.bmc.networkloadbalancer.model with type arguments of type Listener Modifier and Type Method Description NetworkLoadBalancer.Builder
NetworkLoadBalancer.Builder. listeners(Map<String,Listener> listeners)
Listeners associated with the network load balancer.NetworkLoadBalancerSummary.Builder
NetworkLoadBalancerSummary.Builder. listeners(Map<String,Listener> listeners)
Listeners associated with the network load balancer.Constructor parameters in com.oracle.bmc.networkloadbalancer.model with type arguments of type Listener Constructor Description NetworkLoadBalancer(String id, String compartmentId, String displayName, LifecycleState lifecycleState, String lifecycleDetails, NlbIpVersion nlbIpVersion, Date timeCreated, Date timeUpdated, List<IpAddress> ipAddresses, Boolean isPrivate, Boolean isPreserveSourceDestination, Boolean isSymmetricHashEnabled, String subnetId, List<String> networkSecurityGroupIds, Map<String,Listener> listeners, Map<String,BackendSet> backendSets, Map<String,String> freeformTags, Map<String,Map<String,Object>> securityAttributes, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)
Deprecated.NetworkLoadBalancerSummary(String id, String compartmentId, String displayName, LifecycleState lifecycleState, String lifecycleDetails, NlbIpVersion nlbIpVersion, Date timeCreated, Date timeUpdated, List<IpAddress> ipAddresses, Boolean isPrivate, Boolean isPreserveSourceDestination, Boolean isSymmetricHashEnabled, String subnetId, List<String> networkSecurityGroupIds, Map<String,Listener> listeners, Map<String,BackendSet> backendSets, Map<String,String> freeformTags, Map<String,Map<String,Object>> securityAttributes, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)
Deprecated. -
Uses of Listener in com.oracle.bmc.networkloadbalancer.responses
Methods in com.oracle.bmc.networkloadbalancer.responses that return Listener Modifier and Type Method Description Listener
GetListenerResponse. getListener()
The returned Listener instance.Methods in com.oracle.bmc.networkloadbalancer.responses with parameters of type Listener Modifier and Type Method Description GetListenerResponse.Builder
GetListenerResponse.Builder. listener(Listener listener)
The returned Listener instance.
-