public static final class FIPSGlobalConfig.Builder
extends java.lang.Object
FIPSGlobalConfig.| Constructor and Description |
|---|
Builder()
Constructor with parameters for the required properties of
FIPSGlobalConfig. |
| Modifier and Type | Method and Description |
|---|---|
FIPSGlobalConfig |
build() |
FIPSGlobalConfig.Builder |
setLbFipsEnabled(java.lang.Boolean lbFipsEnabled)
When this flag is set to true FIPS mode will be set on ssl encryptions of load
balancer feature.
|
FIPSGlobalConfig.Builder |
setTlsFipsEnabled(java.lang.Boolean tlsFipsEnabled)
When this flag is set to true FIPS mode will be set on ssl encryptions of TLS
inspection feature.
|
public Builder()
FIPSGlobalConfig.public FIPSGlobalConfig.Builder setLbFipsEnabled(java.lang.Boolean lbFipsEnabled)
lbFipsEnabled - New value for the property.public FIPSGlobalConfig.Builder setTlsFipsEnabled(java.lang.Boolean tlsFipsEnabled)
tlsFipsEnabled - New value for the property.public FIPSGlobalConfig build()