(file) Return to MSFT_ACLSetComponent.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_ACLSetComponent : CIM_PolicySetComponent {
14              
15              
16                    [Description ( 
17                        "A non-negative integer for sequencing each ACL rule. The" 
18              		  "Agragated Rules will be processed from lowest to highest in the sequence")]
19                 uint16 Sequence;
20              
21              
22 krisbash 1.1 };

ViewCVS 0.9.2