(file) Return to CIM_PolicyRuleInSystem.mof CVS log (file) (dir) Up to [Pegasus] / pegasus / Schemas / CIM231 / DMTF / Policy

 1 marek 1.1 // Copyright (c) 2005 DMTF.  All rights reserved.
 2              [Association, Version ( "2.6.0" ), 
 3               UMLPackagePath ( "CIM::Policy" ), 
 4               Description ( 
 5                  "An association that links a PolicyRule to the System in whose "
 6                  "scope the Rule is defined." )]
 7           class CIM_PolicyRuleInSystem : CIM_PolicySetInSystem {
 8           
 9                 [Override ( "Antecedent" ), 
10                  Min ( 1 ), 
11                  Max ( 1 ), 
12                  Description ( 
13                     "The System in whose scope a PolicyRule is defined." )]
14              CIM_System REF Antecedent;
15           
16                 [Override ( "Dependent" ), 
17                  Weak, Description ( 
18                     "A PolicyRule named within the scope of a System." )]
19              CIM_PolicyRule REF Dependent;
20           
21           
22 marek 1.1 };

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2