Uses of Class
com.oracle.bmc.loadbalancer.model.IpMaxConnections
-
Packages that use IpMaxConnections Package Description com.oracle.bmc.loadbalancer.model -
-
Uses of IpMaxConnections in com.oracle.bmc.loadbalancer.model
Methods in com.oracle.bmc.loadbalancer.model that return IpMaxConnections Modifier and Type Method Description IpMaxConnections
IpMaxConnections.Builder. build()
Methods in com.oracle.bmc.loadbalancer.model that return types with arguments of type IpMaxConnections Modifier and Type Method Description List<IpMaxConnections>
IpBasedMaxConnectionsRule. getIpMaxConnections()
An array of IPs that have a maxConnection setting different than the default and what that maxConnection setting isMethods in com.oracle.bmc.loadbalancer.model with parameters of type IpMaxConnections Modifier and Type Method Description IpMaxConnections.Builder
IpMaxConnections.Builder. copy(IpMaxConnections model)
Method parameters in com.oracle.bmc.loadbalancer.model with type arguments of type IpMaxConnections Modifier and Type Method Description IpBasedMaxConnectionsRule.Builder
IpBasedMaxConnectionsRule.Builder. ipMaxConnections(List<IpMaxConnections> ipMaxConnections)
An array of IPs that have a maxConnection setting different than the default and what that maxConnection setting isConstructor parameters in com.oracle.bmc.loadbalancer.model with type arguments of type IpMaxConnections Constructor Description IpBasedMaxConnectionsRule(Integer defaultMaxConnections, List<IpMaxConnections> ipMaxConnections)
Deprecated.
-