ConfigurationGroup

System Center

Updated: May 18, 2012

Applies To: System Center 2012 - Operations Manager, System Center 2012 R2 Operations Manager, System Center 2012 SP1 - Operations Manager

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.

Accessibility Attribute Values

 

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

ConfigurationGroups

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.

 
Show: