Uses of Class
com.vmware.nsx_policy.model.DirectoryLdapServerStatus
-
Packages that use DirectoryLdapServerStatus Package Description com.vmware.nsx_policy.infra com.vmware.nsx_policy.model -
-
Uses of DirectoryLdapServerStatus in com.vmware.nsx_policy.infra
Methods in com.vmware.nsx_policy.infra that return DirectoryLdapServerStatus Modifier and Type Method Description DirectoryLdapServerStatus
FirewallIdentityStoreLdapServer. create(DirectoryLdapServer directoryLdapServer, java.lang.String action, java.lang.String enforcementPointPath)
This API tests a LDAP server connectivity before the actual domain or LDAP server is configured.DirectoryLdapServerStatus
FirewallIdentityStoreLdapServer. create(DirectoryLdapServer directoryLdapServer, java.lang.String action, java.lang.String enforcementPointPath, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
This API tests a LDAP server connectivity before the actual domain or LDAP server is configured.DirectoryLdapServerStatus
FirewallIdentityStoreLdapServerStub. create(DirectoryLdapServer directoryLdapServer, java.lang.String action, java.lang.String enforcementPointPath)
DirectoryLdapServerStatus
FirewallIdentityStoreLdapServerStub. create(DirectoryLdapServer directoryLdapServer, java.lang.String action, java.lang.String enforcementPointPath, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Method parameters in com.vmware.nsx_policy.infra with type arguments of type DirectoryLdapServerStatus Modifier and Type Method Description void
FirewallIdentityStoreLdapServer. create(DirectoryLdapServer directoryLdapServer, java.lang.String action, java.lang.String enforcementPointPath, com.vmware.vapi.bindings.client.AsyncCallback<DirectoryLdapServerStatus> asyncCallback)
This API tests a LDAP server connectivity before the actual domain or LDAP server is configured.void
FirewallIdentityStoreLdapServer. create(DirectoryLdapServer directoryLdapServer, java.lang.String action, java.lang.String enforcementPointPath, com.vmware.vapi.bindings.client.AsyncCallback<DirectoryLdapServerStatus> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
This API tests a LDAP server connectivity before the actual domain or LDAP server is configured.void
FirewallIdentityStoreLdapServerStub. create(DirectoryLdapServer directoryLdapServer, java.lang.String action, java.lang.String enforcementPointPath, com.vmware.vapi.bindings.client.AsyncCallback<DirectoryLdapServerStatus> asyncCallback)
void
FirewallIdentityStoreLdapServerStub. create(DirectoryLdapServer directoryLdapServer, java.lang.String action, java.lang.String enforcementPointPath, com.vmware.vapi.bindings.client.AsyncCallback<DirectoryLdapServerStatus> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
-
Uses of DirectoryLdapServerStatus in com.vmware.nsx_policy.model
Methods in com.vmware.nsx_policy.model that return DirectoryLdapServerStatus Modifier and Type Method Description static DirectoryLdapServerStatus
DirectoryLdapServerStatus. _newInstance(com.vmware.vapi.data.StructValue structValue)
WARNING: Internal method, subject to change in future versions.
Returns new instance of this binding class and injects the provided data value.
WARNING: The returned object is not fully initialized.static DirectoryLdapServerStatus
DirectoryLdapServerStatus. _newInstance2(com.vmware.vapi.data.StructValue structValue)
WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism.DirectoryLdapServerStatus
DirectoryLdapServerStatus.Builder. build()
-