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