(file) Return to CIM_PolicyInSystem.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, Abstract, Version ( "2.8.0" ), 
 3                   UMLPackagePath ( "CIM::Policy" ), 
 4                   Description ( 
 5                      "CIM_PolicyInSystem is a generic association used to establish "
 6                      "dependency relationships between Policies and the Systems that "
 7                      "host them. These Systems may be ComputerSystems where Policies "
 8                      "are \'running\' or they may be Policy Repositories where "
 9                      "Policies are stored. This relationship is similar to the "
10                      "concept of CIM_Services being dependent on CIM_Systems as "
11                      "defined by the HostedService association. \n"
12                      "\n"
13                      "Cardinality is Max (1) for the Antecedent/System reference "
14                      "since Policies can only be hosted in at most one System "
15                      "context. Some subclasses of the association will further "
16                      "refine this definition to make the Policies Weak to Systems. "
17                      "Other subclasses of PolicyInSystem will define an optional "
18                      "hosting relationship. Examples of each of these are the "
19                      "PolicyRuleInSystem and PolicyConditionIn PolicyRepository "
20                      "associations, respectively." )]
21               class CIM_PolicyInSystem : CIM_HostedDependency {
22 karl  1.1.2.2 
23                     [Override ( "Antecedent" ), 
24                      Max ( 1 ), 
25                      Description ( "The hosting System." )]
26                  CIM_System REF Antecedent;
27               
28                     [Override ( "Dependent" ), 
29                      Description ( "The hosted Policy." )]
30                  CIM_Policy REF Dependent;
31               
32               
33               };

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2