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
    • Method Summary

      All Methods Instance Methods Abstract 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.
    • 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 Failed
        com.vmware.vapi.std.errors.Unauthorized - Forbidden
        com.vmware.vapi.std.errors.ServiceUnavailable - Service Unavailable
        com.vmware.vapi.std.errors.InternalServerError - Internal Server Error
        com.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 invocationConfig to 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 Failed
        com.vmware.vapi.std.errors.Unauthorized - Forbidden
        com.vmware.vapi.std.errors.ServiceUnavailable - Service Unavailable
        com.vmware.vapi.std.errors.InternalServerError - Internal Server Error
        com.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.IdentityFirewallStoreUserOrGrouptListResults

        Operation 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. Use invocationConfig to specify configuration for this particular invocation.

        Invocation Result:
        com.vmware.nsx_policy.model.IdentityFirewallStoreUserOrGrouptListResults

        Operation 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.