Class ChildrenStub
- java.lang.Object
-
- com.vmware.vapi.internal.bindings.Stub
-
- com.vmware.nsx_policy.infra.identity_firewall_stores.groups.ChildrenStub
-
- All Implemented Interfaces:
Children
,ChildrenTypes
,com.vmware.vapi.bindings.Service
public class ChildrenStub extends com.vmware.vapi.internal.bindings.Stub implements Children
Remote stub implementation of theChildren
API service.WARNING: Internal class, subject to change in future versions.
-
-
Field Summary
-
Fields inherited from class com.vmware.vapi.internal.bindings.Stub
apiProvider, converter, ifaceId, retryPolicy, securityContext
-
Fields inherited from interface com.vmware.nsx_policy.infra.identity_firewall_stores.groups.ChildrenTypes
_VAPI_SERVICE_ID
-
-
Constructor Summary
Constructors Constructor Description ChildrenStub(com.vmware.vapi.core.ApiProvider apiProvider, com.vmware.vapi.bindings.StubConfigurationBase config)
ChildrenStub(com.vmware.vapi.core.ApiProvider apiProvider, com.vmware.vapi.internal.bindings.TypeConverter typeConverter, com.vmware.vapi.bindings.StubConfigurationBase config)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description 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.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.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.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.
-
-
-
Constructor Detail
-
ChildrenStub
public ChildrenStub(com.vmware.vapi.core.ApiProvider apiProvider, com.vmware.vapi.internal.bindings.TypeConverter typeConverter, com.vmware.vapi.bindings.StubConfigurationBase config)
-
ChildrenStub
public ChildrenStub(com.vmware.vapi.core.ApiProvider apiProvider, com.vmware.vapi.bindings.StubConfigurationBase config)
-
-
Method Detail
-
list
public IdentityFirewallStoreUserOrGrouptListResults list(java.lang.String identityFirewallStoreId, java.lang.String groupId, boolean includeUsers)
Description copied from interface:Children
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.
- Specified by:
list
in interfaceChildren
- Parameters:
identityFirewallStoreId
- Firewall Identity store identifier (required)groupId
- Directory group identifier (required)includeUsers
- include users filter (required)- Returns:
- com.vmware.nsx_policy.model.IdentityFirewallStoreUserOrGrouptListResults
-
list
public IdentityFirewallStoreUserOrGrouptListResults list(java.lang.String identityFirewallStoreId, java.lang.String groupId, boolean includeUsers, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Description copied from interface:Children
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
invocationConfig
to specify configuration for this particular invocation.- Specified by:
list
in interfaceChildren
- 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
-
list
public void list(java.lang.String identityFirewallStoreId, java.lang.String groupId, boolean includeUsers, com.vmware.vapi.bindings.client.AsyncCallback<IdentityFirewallStoreUserOrGrouptListResults> asyncCallback)
Description copied from interface:Children
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
- Specified by:
list
in interfaceChildren
- 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
public 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)
Description copied from interface:Children
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
. UseinvocationConfig
to 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
- Specified by:
list
in interfaceChildren
- 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.
-
-