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 IdentityFirewallStoreLdapServerListResults
LdapServers. 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 serversIdentityFirewallStoreLdapServerListResults
LdapServers. 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 serversIdentityFirewallStoreLdapServerListResults
LdapServersStub. 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)
IdentityFirewallStoreLdapServerListResults
LdapServersStub. 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 void
LdapServers. 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 serversvoid
LdapServers. 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 serversvoid
LdapServersStub. 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)
void
LdapServersStub. 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 IdentityFirewallStoreLdapServerListResults
IdentityFirewallStoreLdapServerListResults. _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 IdentityFirewallStoreLdapServerListResults
IdentityFirewallStoreLdapServerListResults. _newInstance2(com.vmware.vapi.data.StructValue structValue)
WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism.IdentityFirewallStoreLdapServerListResults
IdentityFirewallStoreLdapServerListResults.Builder. build()
-