Uses of Class
com.vmware.nsx_policy.model.DirectoryLdapServerListResults
-
Packages that use DirectoryLdapServerListResults Package Description com.vmware.nsx_policy.infra.firewall_identity_stores com.vmware.nsx_policy.model -
-
Uses of DirectoryLdapServerListResults in com.vmware.nsx_policy.infra.firewall_identity_stores
Methods in com.vmware.nsx_policy.infra.firewall_identity_stores that return DirectoryLdapServerListResults Modifier and Type Method Description DirectoryLdapServerListResults
LdapServers. list(java.lang.String firewallIdentityStoreId, java.lang.String cursor, java.lang.String enforcementPointPath, java.lang.String includedFields, java.lang.Long pageSize, java.lang.Boolean sortAscending, java.lang.String sortBy)
Deprecated.DirectoryLdapServerListResults
LdapServers. list(java.lang.String firewallIdentityStoreId, java.lang.String cursor, java.lang.String enforcementPointPath, java.lang.String includedFields, java.lang.Long pageSize, java.lang.Boolean sortAscending, java.lang.String sortBy, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Deprecated.DirectoryLdapServerListResults
LdapServersStub. list(java.lang.String firewallIdentityStoreId, java.lang.String cursor, java.lang.String enforcementPointPath, java.lang.String includedFields, java.lang.Long pageSize, java.lang.Boolean sortAscending, java.lang.String sortBy)
DirectoryLdapServerListResults
LdapServersStub. list(java.lang.String firewallIdentityStoreId, java.lang.String cursor, java.lang.String enforcementPointPath, java.lang.String includedFields, java.lang.Long pageSize, java.lang.Boolean sortAscending, java.lang.String sortBy, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Method parameters in com.vmware.nsx_policy.infra.firewall_identity_stores with type arguments of type DirectoryLdapServerListResults Modifier and Type Method Description void
LdapServers. list(java.lang.String firewallIdentityStoreId, java.lang.String cursor, java.lang.String enforcementPointPath, java.lang.String includedFields, java.lang.Long pageSize, java.lang.Boolean sortAscending, java.lang.String sortBy, com.vmware.vapi.bindings.client.AsyncCallback<DirectoryLdapServerListResults> asyncCallback)
Deprecated.void
LdapServers. list(java.lang.String firewallIdentityStoreId, java.lang.String cursor, java.lang.String enforcementPointPath, java.lang.String includedFields, java.lang.Long pageSize, java.lang.Boolean sortAscending, java.lang.String sortBy, com.vmware.vapi.bindings.client.AsyncCallback<DirectoryLdapServerListResults> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Deprecated.void
LdapServersStub. list(java.lang.String firewallIdentityStoreId, java.lang.String cursor, java.lang.String enforcementPointPath, java.lang.String includedFields, java.lang.Long pageSize, java.lang.Boolean sortAscending, java.lang.String sortBy, com.vmware.vapi.bindings.client.AsyncCallback<DirectoryLdapServerListResults> asyncCallback)
void
LdapServersStub. list(java.lang.String firewallIdentityStoreId, java.lang.String cursor, java.lang.String enforcementPointPath, java.lang.String includedFields, java.lang.Long pageSize, java.lang.Boolean sortAscending, java.lang.String sortBy, com.vmware.vapi.bindings.client.AsyncCallback<DirectoryLdapServerListResults> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
-
Uses of DirectoryLdapServerListResults in com.vmware.nsx_policy.model
Methods in com.vmware.nsx_policy.model that return DirectoryLdapServerListResults Modifier and Type Method Description static DirectoryLdapServerListResults
DirectoryLdapServerListResults. _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 DirectoryLdapServerListResults
DirectoryLdapServerListResults. _newInstance2(com.vmware.vapi.data.StructValue structValue)
WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism.DirectoryLdapServerListResults
DirectoryLdapServerListResults.Builder. build()
-