Package | Description |
---|---|
com.vmware.nsx_policy.infra.firewall_identity_stores | |
com.vmware.nsx_policy.model |
Modifier and Type | Method and Description |
---|---|
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 |
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)
List all configured domain LDAP servers
|
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) |
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)
List all configured domain LDAP servers
|
Modifier and Type | Method and Description |
---|---|
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 |
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)
List all configured domain LDAP servers
|
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) |
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)
List all configured domain LDAP servers
|
Modifier and Type | Method and 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() |