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

Diff for /pegasus/Schemas/CIM231/DMTF/IPsecPolicy/CIM_SARule.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.
      [Version ( "2.8.0" ),
       UMLPackagePath ( "CIM::IPsecPolicy" ),
       Description (
          "SARule is a base class for defining IKE and IPsec Rules. "
          "Although concrete (because it subclasses from a concrete "
          "class), it is not intended to be instantiated. It defines a "
          "common connection point for associating conditions and actions "
          "for both types of rules. Note that each valid PolicyGroup "
          "containing SARules MUST use a unique priority number for the "
          "Rule in the aggregation, PolicySetComponent.Priority." ),
       MappingStrings { "IPSP Policy Model.IETF|SARule" }]
   class CIM_SARule : CIM_PolicyRule {
   
         [Description (
             "LimitNegotiation is used as part of processing either a "
             "key exchange or IPsec Rule. Before proceeding with "
             "either a phase 1 or a phase 2 negotiation, this property "
             "is checked to determine if the negotiation role of the "
             "Rule matches that defined for the negotiation being "
             "undertaken (e.g., Initiator, Responder, or Both). If "
             "this check fails, then the negotiation is stopped. Note "
             "that this only applies to new negotiations and has no "
             "effect on either renegotiation or refresh operations "
             "with peers for which an established Security Association "
             "already exists." ),
          ValueMap { "1", "2", "3" },
          Values { "Initiator-Only", "Responder-Only", "Either" },
          MappingStrings {
             "IPSP Policy Model.IETF|SARule.LimitNegotiation" }]
      uint16 LimitNegotiation;
   
   
   };


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