(file) Return to CIM_PolicyConditionInPolicyCondition.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, Aggregation, Version ( "2.7.0" ), 
 3                   UMLPackagePath ( "CIM::Policy" ), 
 4                   Description ( 
 5                      "A CompoundPolicyCondition aggregates zero or more instances of "
 6                      "the PolicyCondition class, via the "
 7                      "PolicyConditionInPolicyCondition association. A "
 8                      "CompoundPolicyCondition that aggregates zero Conditions is not "
 9                      "valid; it may, however, be in the process of being defined. "
10                      "Note that a CompoundPolicyCondition should have no effect "
11                      "until it is valid." )]
12               class CIM_PolicyConditionInPolicyCondition : CIM_PolicyConditionStructure {
13               
14                     [Aggregate, Override ( "GroupComponent" ), 
15                      Description ( 
16                         "This property represents the CompoundPolicyCondition "
17                         "that contains one or more PolicyConditions." )]
18                  CIM_CompoundPolicyCondition REF GroupComponent;
19               
20                     [Override ( "PartComponent" ), 
21                      Description ( 
22 karl  1.1.2.2           "This property holds the name of a PolicyCondition "
23                         "contained by one or more PolicyRules." )]
24                  CIM_PolicyCondition REF PartComponent;
25               
26               
27               };

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2