Policy\CIM_PolicySetComponent.mof.mof (HTML version)

Return to index
CIM_PolicySetComponent Superclass: CIM_PolicyComponent
PolicySetComponent is a concrete aggregation that collects instances of the subclasses of PolicySet (i.e., PolicyGroups and PolicyRules). Instances are collected in sets that use the same decision strategy. They are prioritized relative to each other, within the set, using the Priority property of this aggregation.

Together, the PolicySet.PolicyDecisionStrategy and PolicySet Component.Priority properties determine the processing for the groups and rules contained in a PolicySet. A larger priority value represents a higher priority. Note that the Priority property MUST have a unique value when compared with others defined for the same aggregating PolicySet. Thus, the evaluation of rules within a set is deterministically specified.
Qualifiers:Version ( "2.6.0" ) Aggregation Association
Parameters (local in grey)
Aggregate
Override ( "GroupComponent" )
CIM_PolicySet REF GroupComponent ;
A PolicySet that aggregates other PolicySet instances.
uint16 Priority ;
A non-negative integer for prioritizing this PolicySet component relative to other elements of the same PolicySet. A larger value indicates a higher priority. The Priority property MUST have a unique value when compared with others defined for the same aggregating PolicySet.
Override ( "PartComponent" )
CIM_PolicySet REF PartComponent ;
A PolicySet aggregated into a PolicySet.