public static final class LBAccessListControl.Builder
extends java.lang.Object
LBAccessListControl.| Constructor and Description |
|---|
Builder()
Constructor with parameters for the required properties of
LBAccessListControl. |
| Modifier and Type | Method and Description |
|---|---|
LBAccessListControl |
build() |
LBAccessListControl.Builder |
setAction(java.lang.String action)
Possible values are:
LBAccessListControl.ACTION_ALLOW LBAccessListControl.ACTION_DROP ALLOW
means connections matching grouping object IP list are allowed and requests not
matching grouping object IP list are dropped. |
LBAccessListControl.Builder |
setEnabled(java.lang.Boolean enabled)
The enabled flag indicates whether to enable access list control option.
|
LBAccessListControl.Builder |
setGroupPath(java.lang.String groupPath)
The path of grouping object which defines the IP addresses or ranges to match
the client IP.
|
public Builder()
LBAccessListControl.public LBAccessListControl.Builder setAction(java.lang.String action)
action - New value for the property.public LBAccessListControl.Builder setEnabled(java.lang.Boolean enabled)
enabled - New value for the property.public LBAccessListControl.Builder setGroupPath(java.lang.String groupPath)
groupPath - New value for the property.public LBAccessListControl build()