Package com.vmware.nsx_policy.model
Class LBSslSniCondition.Builder
- java.lang.Object
-
- com.vmware.nsx_policy.model.LBSslSniCondition.Builder
-
- Enclosing class:
- LBSslSniCondition
public static final class LBSslSniCondition.Builder extends java.lang.Object
Builder class forLBSslSniCondition
.
-
-
Constructor Summary
Constructors Constructor Description Builder()
Constructor with parameters for the required properties ofLBSslSniCondition
.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LBSslSniCondition
build()
LBSslSniCondition.Builder
setCaseSensitive(java.lang.Boolean caseSensitive)
If true, case is significant when comparing SNI value.LBSslSniCondition.Builder
setInverse(java.lang.Boolean inverse)
A flag to indicate whether reverse the match result of this conditionLBSslSniCondition.Builder
setMatchType(java.lang.String matchType)
LBSslSniCondition.Builder
setSni(java.lang.String sni)
The SNI(Server Name indication) in client hello message.
-
-
-
Constructor Detail
-
Builder
public Builder()
Constructor with parameters for the required properties ofLBSslSniCondition
.
-
-
Method Detail
-
setCaseSensitive
public LBSslSniCondition.Builder setCaseSensitive(java.lang.Boolean caseSensitive)
If true, case is significant when comparing SNI value.- Parameters:
caseSensitive
- New value for the property.
-
setMatchType
public LBSslSniCondition.Builder setMatchType(java.lang.String matchType)
Possible values are: Match type of SNI- Parameters:
matchType
- New value for the property.
-
setSni
public LBSslSniCondition.Builder setSni(java.lang.String sni)
The SNI(Server Name indication) in client hello message.- Parameters:
sni
- New value for the property.
-
setInverse
public LBSslSniCondition.Builder setInverse(java.lang.Boolean inverse)
A flag to indicate whether reverse the match result of this condition- Parameters:
inverse
- New value for the property.
-
build
public LBSslSniCondition build()
-
-