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 DirectoryLdapServerListResultsLdapServers. 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.DirectoryLdapServerListResultsLdapServers. 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.DirectoryLdapServerListResultsLdapServersStub. 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)DirectoryLdapServerListResultsLdapServersStub. 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 voidLdapServers. 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.voidLdapServers. 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.voidLdapServersStub. 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)voidLdapServersStub. 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 DirectoryLdapServerListResultsDirectoryLdapServerListResults. _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 DirectoryLdapServerListResultsDirectoryLdapServerListResults. _newInstance2(com.vmware.vapi.data.StructValue structValue)WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism.DirectoryLdapServerListResultsDirectoryLdapServerListResults.Builder. build()
-