public static class IpMaxConnections.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
IpMaxConnections |
build() |
IpMaxConnections.Builder |
copy(IpMaxConnections model) |
IpMaxConnections.Builder |
ipAddresses(List<String> ipAddresses)
Each element in the list should be valid IPv4 or IPv6 CIDR Block address.
|
IpMaxConnections.Builder |
maxConnections(Integer maxConnections)
The maximum number of simultaneous connections that the specified IPs can make to the
Listener.
|
public IpMaxConnections.Builder ipAddresses(List<String> ipAddresses)
Each element in the list should be valid IPv4 or IPv6 CIDR Block address. Example: ‘[“129.213.176.0/24”, “150.136.187.0/24”, “2002::1234:abcd:ffff:c0a8:101/64”]’
ipAddresses
- the value to setpublic IpMaxConnections.Builder maxConnections(Integer maxConnections)
The maximum number of simultaneous connections that the specified IPs can make to the Listener. IPs without a maxConnections setting can make either defaultMaxConnections simultaneous connections to a listener or, if no defaultMaxConnections is specified, an unlimited number of simultaneous connections to a listener.
maxConnections
- the value to setpublic IpMaxConnections build()
public IpMaxConnections.Builder copy(IpMaxConnections model)
Copyright © 2016–2024. All rights reserved.