Interface Children
-
- All Superinterfaces:
ChildrenTypes,com.vmware.vapi.bindings.Service
- All Known Implementing Classes:
ChildrenStub
public interface Children extends com.vmware.vapi.bindings.Service, ChildrenTypes
-
-
Field Summary
-
Fields inherited from interface com.vmware.nsx_policy.infra.identity_firewall_stores.groups.ChildrenTypes
_VAPI_SERVICE_ID
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IdentityFirewallStoreUserOrGrouptListResultslist(java.lang.String identityFirewallStoreId, java.lang.String groupId, boolean includeUsers)A member group could be either direct member of the group specified by group_id or nested member of it.voidlist(java.lang.String identityFirewallStoreId, java.lang.String groupId, boolean includeUsers, com.vmware.vapi.bindings.client.AsyncCallback<IdentityFirewallStoreUserOrGrouptListResults> asyncCallback)A member group could be either direct member of the group specified by group_id or nested member of it.voidlist(java.lang.String identityFirewallStoreId, java.lang.String groupId, boolean includeUsers, com.vmware.vapi.bindings.client.AsyncCallback<IdentityFirewallStoreUserOrGrouptListResults> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)A member group could be either direct member of the group specified by group_id or nested member of it.IdentityFirewallStoreUserOrGrouptListResultslist(java.lang.String identityFirewallStoreId, java.lang.String groupId, boolean includeUsers, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)A member group could be either direct member of the group specified by group_id or nested member of it.
-
-
-
Method Detail
-
list
IdentityFirewallStoreUserOrGrouptListResults list(java.lang.String identityFirewallStoreId, java.lang.String groupId, boolean includeUsers)
A member group could be either direct member of the group specified by group_id or nested member of it. Both direct member groups and nested member groups are returned.Synchronous method overload. Result of the invocation will be reported as a method return value.
- Parameters:
identityFirewallStoreId- Firewall Identity store identifier (required)groupId- Directory group identifier (required)includeUsers- include users filter (required)- Returns:
- com.vmware.nsx_policy.model.IdentityFirewallStoreUserOrGrouptListResults
- Throws:
com.vmware.vapi.std.errors.InvalidRequest- Bad Request, Precondition Failedcom.vmware.vapi.std.errors.Unauthorized- Forbiddencom.vmware.vapi.std.errors.ServiceUnavailable- Service Unavailablecom.vmware.vapi.std.errors.InternalServerError- Internal Server Errorcom.vmware.vapi.std.errors.NotFound- Not Found
-
list
IdentityFirewallStoreUserOrGrouptListResults list(java.lang.String identityFirewallStoreId, java.lang.String groupId, boolean includeUsers, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
A member group could be either direct member of the group specified by group_id or nested member of it. Both direct member groups and nested member groups are returned.Synchronous method overload. Result of the invocation will be reported as a method return value. Use
invocationConfigto specify configuration for this particular invocation.- Parameters:
identityFirewallStoreId- Firewall Identity store identifier (required)groupId- Directory group identifier (required)includeUsers- include users filter (required)invocationConfig- Configuration for the method invocation.- Returns:
- com.vmware.nsx_policy.model.IdentityFirewallStoreUserOrGrouptListResults
- Throws:
com.vmware.vapi.std.errors.InvalidRequest- Bad Request, Precondition Failedcom.vmware.vapi.std.errors.Unauthorized- Forbiddencom.vmware.vapi.std.errors.ServiceUnavailable- Service Unavailablecom.vmware.vapi.std.errors.InternalServerError- Internal Server Errorcom.vmware.vapi.std.errors.NotFound- Not Found
-
list
void list(java.lang.String identityFirewallStoreId, java.lang.String groupId, boolean includeUsers, com.vmware.vapi.bindings.client.AsyncCallback<IdentityFirewallStoreUserOrGrouptListResults> asyncCallback)A member group could be either direct member of the group specified by group_id or nested member of it. Both direct member groups and nested member groups are returned.Asynchronous method overload. Result of the invocation will be reported via the specified
asyncCallback.Invocation Result:
com.vmware.nsx_policy.model.IdentityFirewallStoreUserOrGrouptListResultsOperation Errors:
InvalidRequest- Bad Request, Precondition Failed
Unauthorized- Forbidden
ServiceUnavailable- Service Unavailable
InternalServerError- Internal Server Error
NotFound- Not Found
- Parameters:
identityFirewallStoreId- Firewall Identity store identifier (required)groupId- Directory group identifier (required)includeUsers- include users filter (required)asyncCallback- Receives the status (progress, result or error) of the operation invocation.
-
list
void list(java.lang.String identityFirewallStoreId, java.lang.String groupId, boolean includeUsers, com.vmware.vapi.bindings.client.AsyncCallback<IdentityFirewallStoreUserOrGrouptListResults> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)A member group could be either direct member of the group specified by group_id or nested member of it. Both direct member groups and nested member groups are returned.Asynchronous method overload. Result of the invocation will be reported via the specified
asyncCallback. UseinvocationConfigto specify configuration for this particular invocation.Invocation Result:
com.vmware.nsx_policy.model.IdentityFirewallStoreUserOrGrouptListResultsOperation Errors:
InvalidRequest- Bad Request, Precondition Failed
Unauthorized- Forbidden
ServiceUnavailable- Service Unavailable
InternalServerError- Internal Server Error
NotFound- Not Found
- Parameters:
identityFirewallStoreId- Firewall Identity store identifier (required)groupId- Directory group identifier (required)includeUsers- include users filter (required)asyncCallback- Receives the status (progress, result or error) of the operation invocation.invocationConfig- Configuration for the method invocation.
-
-