Policy\CIM_PolicyRuleInPolicyGroup.mof.mof (HTML version)

Return to index
CIM_PolicyRuleInPolicyGroup Superclass: CIM_PolicyComponent
PolicySetComponent provides a more general mechanism for aggregating both PolicyGroups and PolicyRules and doing so with the priority value applying only to the aggregated set rather than policy wide.

A relationship that aggregates one or more PolicyRules into a PolicyGroup. A PolicyGroup may aggregate PolicyRules and/or other PolicyGroups.
Qualifiers:Version ( "2.7.0" ) UMLPackagePath ( "CIM::Policy" ) Aggregation Deprecated { "CIM_PolicySetComponent" } Association
Parameters (local in grey)
Aggregate
Deprecated { "CIM_PolicySetComponent.GroupComponent" }
Override ( "GroupComponent" )
CIM_PolicyGroup REF GroupComponent ;
A PolicyGroup that aggregates one or more PolicyRules.
Deprecated { "CIM_PolicySetComponent.PartComponent" }
Override ( "PartComponent" )
CIM_PolicyRule REF PartComponent ;
A PolicyRule aggregated by a PolicyGroup.