ConfigurationGroup
Updated: August 10, 2011
Applies To: Operations Manager 2007 R2, System Center Operations Manager 2007
Represents a configuration group definition.
<ConfigurationGroup ID=”ConfigurationGroupID” Accessibility=”Public/Internal” Target=”ClassTargetID”></ConfigurationGroup>
The following sections describe attributes, child elements, and the parent element of the ConfigurationGroup element.
Attributes
| Attribute | Description |
|---|---|
|
ID |
Required attribute. Represents the identity of the element. To learn how to identify your element in a management pack, see Element Identity and Namespace Conventions. |
|
Target |
Required attribute. The ID of the targeted class type. |
|
Accessibility |
Required attribute. Defines the visibility of the monitor. |
| Value | Description |
|---|---|
Public | Indicates that the monitor is visible to external management packs. |
Internal | Indicates that the monitor is not visible to external management packs. |
Child Elements
None.
Parent Elements
| Element | Description |
|---|---|
Contains each configuration group that is defined in a management pack. |
A configuration group is used to scope the determination of either a MonitorSLO element or a PerformanceCounterSLO element to specific group of class types. When a configuration group targets a class type, it also will contain any subclass types that the class type contains.