ServerResourceGroupSetting
A complex data type that describes the settings of a resource group available to a BIRT iHub.
Elements
ResourceGroupName
String. The name of the resource group.
Activate
Boolean. Optional. Specifies whether the BIRT iHub is a member of the resource group. If True, the BIRT iHub is a member of the resource group. The default value is False.
Type
String. Optional. The type of jobs the resource group runs. Valid values are:

Sync
The resource group runs synchronous jobs.

Async
The resource group runs asynchronous jobs.
MaxFactory
Int. Optional. The maximum number of Factory processes available to the resource group.
MinFactory
Int. Optional. The minimum number of Factory processes available to the resource group.
FileTypes
ArrayOfString. Optional. The file types the resource group can run.
StartArguments
String. Optional. The list of arguments used when starting a resource group process. For example, the Default Java Async resource group uses the following arguments:
-Xmx256M -Djava.awt.headless=true ‑Djava.protocol.handler.pkgs=com.actuate.javaserver.protocol com.actuate.javaserver.Server