| Package | Description |
|---|---|
| com.vmware.nsx_global_policy.model |
| Modifier and Type | Method and Description |
|---|---|
ALBTCPApplicationProfile.Builder |
ALBTCPApplicationProfile.Builder.setPkiProfilePath(java.lang.String pkiProfilePath)
Select the PKI profile to be associated with the Virtual Service.
|
ALBTCPApplicationProfile.Builder |
ALBTCPApplicationProfile.Builder.setProxyProtocolEnabled(java.lang.Boolean proxyProtocolEnabled)
Enable/Disable the usage of proxy protocol to convey client connection
information to the back-end servers.
|
ALBTCPApplicationProfile.Builder |
ALBTCPApplicationProfile.Builder.setProxyProtocolVersion(java.lang.String proxyProtocolVersion)
Possible values are:
ALBTCPApplicationProfile.PROXY_PROTOCOL_VERSION_1
ALBTCPApplicationProfile.PROXY_PROTOCOL_VERSION_2
Version of proxy protocol to be used to convey client connection
information to the back-end servers. |
ALBTCPApplicationProfile.Builder |
ALBTCPApplicationProfile.Builder.setSslClientCertificateMode(java.lang.String sslClientCertificateMode)
Possible values are:
ALBTCPApplicationProfile.SSL_CLIENT_CERTIFICATE_MODE_NONE
ALBTCPApplicationProfile.SSL_CLIENT_CERTIFICATE_MODE_REQUEST
ALBTCPApplicationProfile.SSL_CLIENT_CERTIFICATE_MODE_REQUIRE
Specifies whether the client side verification is set to none, request or
require. |