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

 1 marek 1.1 // Copyright (c) 2005 DMTF.  All rights reserved.
 2              [Association, Aggregation, Version ( "2.8.0" ), 
 3               UMLPackagePath ( "CIM::Policy" ), 
 4               Description ( 
 5                  "PolicySetInRoleCollection aggregates zero or more PolicyRules "
 6                  "and PolicyGroups (i.e., the subclasses of PolicySet) into a "
 7                  "PolicyRoleCollection object, representing a role "
 8                  "supported/enforced by the PolicySet." )]
 9           class CIM_PolicySetInRoleCollection : CIM_MemberOfCollection {
10           
11                 [Aggregate, Override ( "Collection" ), 
12                  Description ( "The PolicyRoleCollection." )]
13              CIM_PolicyRoleCollection REF Collection;
14           
15                 [Override ( "Member" ), 
16                  Description ( 
17                     "The PolicySet that supports/enforces the PolicyRole for "
18                     "the elements in the PolicyRoleCollection." )]
19              CIM_PolicySet REF Member;
20           
21           
22 marek 1.1 };

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2