(file) Return to CIM_PolicySetAppliesToElement.mof CVS log (file) (dir) Up to [OMI] / omi / share / networkschema

 1 krisbash 1.1 // Copyright (c) 2005 DMTF.  All rights reserved.
 2                 [Association, Version ( "2.8.0" ), 
 3                  UMLPackagePath ( "CIM::Policy" ), 
 4                  Description ( 
 5                     "PolicySetAppliesToElement makes explicit which PolicySets "
 6                     "(i.e., policy rules and groups of rules) ARE CURRENTLY applied "
 7                     "to a particular Element. This association indicates that the "
 8                     "PolicySets that are appropriate for a ManagedElement "
 9                     "(specified using the PolicyRoleCollection aggregation) have "
10                     "actually been deployed in the policy management "
11                     "infrastructure. Note that if the named Element refers to a "
12                     "Collection, then the PolicySet is assumed to be applied to all "
13                     "the members of the Collection." )]
14              class CIM_PolicySetAppliesToElement {
15              
16                    [Key, Description ( 
17                        "The PolicyRules and/or groups of rules that are "
18                        "currently applied to an Element." )]
19                 CIM_PolicySet REF PolicySet;
20              
21                    [Key, Description ( 
22 krisbash 1.1           "The ManagedElement to which the PolicySet applies." )]
23                 CIM_ManagedElement REF ManagedElement;
24              
25              
26              };

ViewCVS 0.9.2