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

Diff for /pegasus/Schemas/CIM231/DMTF/IPsecPolicy/CIM_PacketConditionInSARule.mof between version 1.1.2.1 and 1.1.2.2

version 1.1.2.1, 2012/01/24 13:50:16 version 1.1.2.2, 2012/02/15 17:46:31
Line 0 
Line 1 
   // Copyright (c) 2005 DMTF.  All rights reserved.
      [Association, Aggregation, Version ( "2.8.0" ),
       UMLPackagePath ( "CIM::IPsecPolicy" ),
       Description (
          "PacketConditionInSARule aggregates an SARule with at least one "
          "instance of PacketFilterCondition. This is a specialization of "
          "the PolicyConditionInPolicyRule association." ),
       MappingStrings { "IPSP Policy Model.IETF|SAConditionInRule" }]
   class CIM_PacketConditionInSARule : CIM_PolicyConditionInPolicyRule {
   
         [Aggregate, Override ( "GroupComponent" ),
          Description ( "An SARule subclass of PolicyRule." ),
          MappingStrings {
             "IPSP Policy Model.IETF|SAConditionInRule.GroupComponent" }]
      CIM_SARule REF GroupComponent;
   
         [Override ( "PartComponent" ),
          Min ( 1 ),
          Description (
             "An SACondition that is required for the SARule." ),
          MappingStrings {
             "IPSP Policy Model.IETF|SAConditionInRule.PartComponent" }]
      CIM_PacketFilterCondition REF PartComponent;
   
   
   };


Legend:
Removed from v.1.1.2.1  
changed lines
  Added in v.1.1.2.2

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2