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

 1 karl  1.1.2.2 // Copyright (c) 2005 DMTF.  All rights reserved.
 2                  [Association, Deprecated { "CIM_ReusablePolicy" }, 
 3                   Version ( "2.7.0" ), 
 4                   UMLPackagePath ( "CIM::Policy" ), 
 5                   Description ( 
 6                      "The ReusablePolicy association is a more general relationship "
 7                      "that incorporates both Conditions and Actions as well as any "
 8                      "other policy subclass. \n"
 9                      "\n"
10                      "This class represents the hosting of reusable PolicyConditions "
11                      "by a PolicyRepository. A reusable Policy Condition is always "
12                      "related to a single PolicyRepository, via this association. \n"
13                      "\n"
14                      "Note, that an instance of PolicyCondition can be either "
15                      "reusable or rule-specific. When the Condition is rule- "
16                      "specific, it shall not be related to any PolicyRepository via "
17                      "the PolicyConditionInPolicyRepository association." )]
18               class CIM_PolicyConditionInPolicyRepository : CIM_PolicyInSystem {
19               
20                     [Deprecated { "CIM_ReusablePolicy.Antecedent" }, 
21                      Override ( "Antecedent" ), 
22 karl  1.1.2.2        Max ( 1 ), 
23                      Description ( 
24                         "This property identifies a PolicyRepository hosting one "
25                         "or more PolicyConditions. A reusable PolicyCondition is "
26                         "always related to exactly one PolicyRepository via the "
27                         "PolicyConditionInPolicyRepository association. The "
28                         "[0..1] cardinality for this property covers the two "
29                         "types of PolicyConditions: 0 for a rule-specific "
30                         "PolicyCondition, 1 for a reusable one." )]
31                  CIM_PolicyRepository REF Antecedent;
32               
33                     [Deprecated { "CIM_ReusablePolicy.Dependent" }, 
34                      Override ( "Dependent" ), 
35                      Description ( 
36                         "This property holds the name of a PolicyCondition hosted "
37                         "in the PolicyRepository." )]
38                  CIM_PolicyCondition REF Dependent;
39               
40               
41               };

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2