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

File: [OMI] / omi / share / networkschema / MSFT_MatchedPolicyComponent.mof (download)
Revision: 1.1, Mon Apr 20 17:20:15 2015 UTC (9 years, 2 months ago) by krisbash
Branch: MAIN
CVS Tags: OMI_1_0_8_2, OMI_1_0_8_1, HEAD
OMI 1.0.8-1

//  
   [Association, Aggregation, Version ( "2.6.0" ), 
    UMLPackagePath ( "CIM::Policy" ), 
    Description ( 
       "ACLSetComponent is a concrete aggregation that collects "
       "instances of the subclasses of PolicyComponent (i.e., PolicyGroups "
       "and PolicyRules). Instances are collected in sets that use the "
       "same decision strategy. ACL are sequenced  relative to each "
       "other, within the set, using the sequence property of this "
       "aggregation. \n"
       "\n"
    )]
class MSFT_MatchedPolicyComponent : CIM_PolicyComponent {

     [Override ( "GroupComponent" ), 
       Description ( 
          "A PolicySet that aggregates other PolicySet instances." )]
   CIM_NetworkPolicyRule REF GroupComponent;

      [Override ( "PartComponent" ), 
       Description ( "A PolicySet aggregated into a PolicySet." )]
   CIM_PolicySet REF PartComponent;

   


};

ViewCVS 0.9.2