| Package | Description |
|---|---|
| com.vmware.nsx_policy.model |
| Modifier and Type | Method and Description |
|---|---|
LBSslSniCondition.Builder |
LBSslSniCondition.Builder.setCaseSensitive(java.lang.Boolean caseSensitive)
If true, case is significant when comparing SNI value.
|
LBSslSniCondition.Builder |
LBSslSniCondition.Builder.setInverse(java.lang.Boolean inverse)
A flag to indicate whether reverse the match result of this condition
|
LBSslSniCondition.Builder |
LBSslSniCondition.Builder.setMatchType(java.lang.String matchType)
|
LBSslSniCondition.Builder |
LBSslSniCondition.Builder.setSni(java.lang.String sni)
The SNI(Server Name indication) in client hello message.
|