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 DirectoryLdapServerStatusFirewallIdentityStoreLdapServer. 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.DirectoryLdapServerStatusFirewallIdentityStoreLdapServer. 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.DirectoryLdapServerStatusFirewallIdentityStoreLdapServerStub. create(DirectoryLdapServer directoryLdapServer, java.lang.String action, java.lang.String enforcementPointPath)DirectoryLdapServerStatusFirewallIdentityStoreLdapServerStub. 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 voidFirewallIdentityStoreLdapServer. 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.voidFirewallIdentityStoreLdapServer. 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.voidFirewallIdentityStoreLdapServerStub. create(DirectoryLdapServer directoryLdapServer, java.lang.String action, java.lang.String enforcementPointPath, com.vmware.vapi.bindings.client.AsyncCallback<DirectoryLdapServerStatus> asyncCallback)voidFirewallIdentityStoreLdapServerStub. 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 DirectoryLdapServerStatusDirectoryLdapServerStatus. _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 DirectoryLdapServerStatusDirectoryLdapServerStatus. _newInstance2(com.vmware.vapi.data.StructValue structValue)WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism.DirectoryLdapServerStatusDirectoryLdapServerStatus.Builder. build()
-