ResourceGroupSettings
A complex data type that describes the settings of a resource group.
Elements
<xsd:complexType name="ResourceGroupSettings">
<xsd:sequence>
<xsd:element name="TemplateName" type="xsd:string"/>
<xsd:element name="Activate" type="xsd:boolean"
minOccurs="0"/>
<xsd:element name="MaxFactory" type="xsd:int" minOccurs="0"/>
<xsd:element name="MinFactory" type="xsd:int" minOccurs="0"/>
<xsd:element name="FileTypes" type="typens:ArrayOfString"
minOccurs="0"/>
<xsd:element name="StartArguments" type="xsd:string"
minOccurs="0"/>
</xsd:sequence>
</xsd:complexType>
Elements
TemplateName
The name of the BIRT iHub template on which the resource group runs.
Activate
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.
MaxFactory
The maximum number of Factory processes available to the resource group.
MinFactory
The minimum number of Factory processes available to the resource group.
FileTypes
The file types the resource group can run.
StartArguments
The starting arguments for the resource group.