Package com.vmware.nsx_policy.model
Class FIPSGlobalConfig.Builder
- java.lang.Object
-
- com.vmware.nsx_policy.model.FIPSGlobalConfig.Builder
-
- Enclosing class:
- FIPSGlobalConfig
public static final class FIPSGlobalConfig.Builder extends java.lang.Object
Builder class forFIPSGlobalConfig
.
-
-
Constructor Summary
Constructors Constructor Description Builder()
Constructor with parameters for the required properties ofFIPSGlobalConfig
.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FIPSGlobalConfig
build()
FIPSGlobalConfig.Builder
setLbFipsEnabled(java.lang.Boolean lbFipsEnabled)
This is a deprecated property which is always set as true.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.
-
-
-
Constructor Detail
-
Builder
public Builder()
Constructor with parameters for the required properties ofFIPSGlobalConfig
.
-
-
Method Detail
-
setLbFipsEnabled
public FIPSGlobalConfig.Builder setLbFipsEnabled(java.lang.Boolean lbFipsEnabled)
This is a deprecated property which is always set as true. When this flag is set to true FIPS mode will be set on ssl encryptions of load balancer feature. This property may be present in responses from the server, but if it is present in a request to server it will be ignored.- Parameters:
lbFipsEnabled
- New value for the property.
-
setTlsFipsEnabled
public 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. This property may be present in responses from the server, but if it is present in a request to server it will be ignored.- Parameters:
tlsFipsEnabled
- New value for the property.
-
build
public FIPSGlobalConfig build()
-
-