2.16. Data-Class: GroupRest
Representation of a resource group
Name | Type | Description |
---|---|---|
id | int | Id of the group |
name | String | Name of the group |
resourceTypeId | Integer | ResourceType id for compatible groups |
recursive | boolean | True if the group is recursive (i.e. includes child resources |
category | org.rhq.core.domain.resource.group.GroupCategory | Category of the group. |
links | List<Link> | |
dynaGroupDefinitionId | int | Id of a DynaGroup definition if the group was defined by a DynaGroup. |
explicitCount | int | Number of explicitly added resources in the group |
implicitCount | int | Number of resources in the group (explict + children for a recursive group |