Uses of Class
com.vmware.nsx_policy.model.IdentityFirewallStoreLdapServerListResults
-
Packages that use IdentityFirewallStoreLdapServerListResults Package Description com.vmware.nsx_policy.infra.identity_firewall_stores com.vmware.nsx_policy.model -
-
Uses of IdentityFirewallStoreLdapServerListResults in com.vmware.nsx_policy.infra.identity_firewall_stores
Methods in com.vmware.nsx_policy.infra.identity_firewall_stores that return IdentityFirewallStoreLdapServerListResults Modifier and Type Method Description IdentityFirewallStoreLdapServerListResultsLdapServers. list(java.lang.String identityFirewallStoreId, java.lang.String cursor, java.lang.String enforcementPointPath, java.lang.String includedFields, java.lang.Long pageSize, java.lang.Boolean sortAscending, java.lang.String sortBy)List all configured domain LDAP serversIdentityFirewallStoreLdapServerListResultsLdapServers. list(java.lang.String identityFirewallStoreId, 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)List all configured domain LDAP serversIdentityFirewallStoreLdapServerListResultsLdapServersStub. list(java.lang.String identityFirewallStoreId, java.lang.String cursor, java.lang.String enforcementPointPath, java.lang.String includedFields, java.lang.Long pageSize, java.lang.Boolean sortAscending, java.lang.String sortBy)IdentityFirewallStoreLdapServerListResultsLdapServersStub. list(java.lang.String identityFirewallStoreId, 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.identity_firewall_stores with type arguments of type IdentityFirewallStoreLdapServerListResults Modifier and Type Method Description voidLdapServers. list(java.lang.String identityFirewallStoreId, 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<IdentityFirewallStoreLdapServerListResults> asyncCallback)List all configured domain LDAP serversvoidLdapServers. list(java.lang.String identityFirewallStoreId, 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<IdentityFirewallStoreLdapServerListResults> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)List all configured domain LDAP serversvoidLdapServersStub. list(java.lang.String identityFirewallStoreId, 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<IdentityFirewallStoreLdapServerListResults> asyncCallback)voidLdapServersStub. list(java.lang.String identityFirewallStoreId, 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<IdentityFirewallStoreLdapServerListResults> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig) -
Uses of IdentityFirewallStoreLdapServerListResults in com.vmware.nsx_policy.model
Methods in com.vmware.nsx_policy.model that return IdentityFirewallStoreLdapServerListResults Modifier and Type Method Description static IdentityFirewallStoreLdapServerListResultsIdentityFirewallStoreLdapServerListResults. _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 IdentityFirewallStoreLdapServerListResultsIdentityFirewallStoreLdapServerListResults. _newInstance2(com.vmware.vapi.data.StructValue structValue)WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism.IdentityFirewallStoreLdapServerListResultsIdentityFirewallStoreLdapServerListResults.Builder. build()
-