Package com.vmware.nsx_policy.model
Class LdapProbeError.Builder
- java.lang.Object
-
- com.vmware.nsx_policy.model.LdapProbeError.Builder
-
- Enclosing class:
- LdapProbeError
public static final class LdapProbeError.Builder extends java.lang.Object
Builder class forLdapProbeError
.
-
-
Constructor Summary
Constructors Constructor Description Builder()
Constructor with parameters for the required properties ofLdapProbeError
.
-
Method Summary
-
-
-
Constructor Detail
-
Builder
public Builder()
Constructor with parameters for the required properties ofLdapProbeError
.
-
-
Method Detail
-
setErrorType
public LdapProbeError.Builder setErrorType(java.lang.String errorType)
Possible values are:-
LdapProbeError.ERROR_TYPE_BASE_DN_NOT_FOUND
-
LdapProbeError.ERROR_TYPE_BIND_DN_AND_PASSWORD_REQUIRED
-
LdapProbeError.ERROR_TYPE_BIND_DN_INVALID
-
LdapProbeError.ERROR_TYPE_CERTIFICATE_HOSTNAME_MISMATCH_ERROR
-
LdapProbeError.ERROR_TYPE_CERTIFICATE_MISMATCH_ERROR
-
LdapProbeError.ERROR_TYPE_CONNECTION_REFUSED
-
LdapProbeError.ERROR_TYPE_CONNECTION_TIMEOUT
-
LdapProbeError.ERROR_TYPE_GENERAL_ERROR
-
LdapProbeError.ERROR_TYPE_INVALID_CONFIGURED_CERTIFICATE
-
LdapProbeError.ERROR_TYPE_INVALID_CREDENTIALS
-
LdapProbeError.ERROR_TYPE_SSL_HANDSHAKE_ERROR
-
LdapProbeError.ERROR_TYPE_STARTTLS_FAILED
-
LdapProbeError.ERROR_TYPE_UNKNOWN_HOST
-
LdapProbeError.ERROR_TYPE_NO_ROUTE_TO_HOST
-
LdapProbeError.ERROR_TYPE_BIND_EXCEPTION
-
LdapProbeError.ERROR_TYPE_PORT_UNREACHABLE
-
LdapProbeError.ERROR_TYPE_BASE_DN_NOT_WITHIN_DOMAIN
-
LdapProbeError.ERROR_TYPE_LDAP_SERVER_DISABLED
- Parameters:
errorType
- New value for the property.
-
-
build
public LdapProbeError build()
-
-