(file) Return to CIM_PolicyRuleValidityPeriod.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_PolicySetValidityPeriod" }, 
 3                   Aggregation, Version ( "2.7.0" ), 
 4                   UMLPackagePath ( "CIM::Policy" ), 
 5                   Description ( 
 6                      "The PolicyRuleValidityPeriod aggregation represents scheduled "
 7                      "activation and deactivation of a PolicyRule. If a PolicyRule "
 8                      "is associated with multiple policy time periods via this "
 9                      "association, then the Rule is active if at least one of the "
10                      "time periods indicates that it is active. (In other words, the "
11                      "PolicyTimePeriodConditions are ORed to determine whether the "
12                      "Rule is active.) A Time Period may be aggregated by multiple "
13                      "PolicyRules. A Rule that does not point to a "
14                      "PolicyTimePeriodCondition via this association is, from the "
15                      "point of view of scheduling, always active. It may, however, "
16                      "be inactive for other reasons. For example, the Rule\'s "
17                      "Enabled property may be set to \"disabled\" (value=2)." )]
18               class CIM_PolicyRuleValidityPeriod : CIM_PolicyComponent {
19               
20                     [Deprecated { "CIM_PolicySetValidityPeriod.GroupComponent" }, 
21                      Aggregate, Override ( "GroupComponent" ), 
22 karl  1.1.2.2        Description ( 
23                         "This property contains the name of a PolicyRule that "
24                         "contains one or more PolicyTimePeriodConditions." )]
25                  CIM_PolicyRule REF GroupComponent;
26               
27                     [Deprecated { "CIM_PolicySetValidityPeriod.PartComponent" }, 
28                      Override ( "PartComponent" ), 
29                      Description ( 
30                         "This property contains the name of a "
31                         "PolicyTimePeriodCondition defining the valid time "
32                         "periods for one or more PolicyRules." )]
33                  CIM_PolicyTimePeriodCondition REF PartComponent;
34               
35               
36               };

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2