Package | Description |
---|---|
com.oracle.bmc.loadbalancer.model |
Modifier and Type | Method and Description |
---|---|
IpMaxConnections |
IpMaxConnections.Builder.build() |
Modifier and Type | Method and Description |
---|---|
List<IpMaxConnections> |
IpBasedMaxConnectionsRule.getIpMaxConnections()
An array of IPs that have a maxConnection setting different than the default and what that
maxConnection setting is
|
Modifier and Type | Method and Description |
---|---|
IpMaxConnections.Builder |
IpMaxConnections.Builder.copy(IpMaxConnections model) |
Modifier and Type | Method and 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 is
|
Constructor and Description |
---|
IpBasedMaxConnectionsRule(Integer defaultMaxConnections,
List<IpMaxConnections> ipMaxConnections)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.