(file) Return to MSFT_MatchedPolicyComponent.mof CVS log (file) (dir) Up to [OMI] / omi / share / networkschema

 1 krisbash 1.1 //  
 2                 [Association, Aggregation, Version ( "2.6.0" ), 
 3                  UMLPackagePath ( "CIM::Policy" ), 
 4                  Description ( 
 5                     "ACLSetComponent is a concrete aggregation that collects "
 6                     "instances of the subclasses of PolicyComponent (i.e., PolicyGroups "
 7                     "and PolicyRules). Instances are collected in sets that use the "
 8                     "same decision strategy. ACL are sequenced  relative to each "
 9                     "other, within the set, using the sequence property of this "
10                     "aggregation. \n"
11                     "\n"
12                  )]
13              class MSFT_MatchedPolicyComponent : CIM_PolicyComponent {
14              
15                   [Override ( "GroupComponent" ), 
16                     Description ( 
17                        "A PolicySet that aggregates other PolicySet instances." )]
18                 CIM_NetworkPolicyRule REF GroupComponent;
19              
20                    [Override ( "PartComponent" ), 
21                     Description ( "A PolicySet aggregated into a PolicySet." )]
22 krisbash 1.1    CIM_PolicySet REF PartComponent;
23              
24                 
25              
26              
27              };

ViewCVS 0.9.2