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

 1 karl  1.1.2.2 // Copyright (c) 2005 DMTF.  All rights reserved.
 2                  [Version ( "2.8.0" ), 
 3                   UMLPackagePath ( "CIM::IPsecPolicy" ), 
 4                   Description ( 
 5                      "SARule is a base class for defining IKE and IPsec Rules. "
 6                      "Although concrete (because it subclasses from a concrete "
 7                      "class), it is not intended to be instantiated. It defines a "
 8                      "common connection point for associating conditions and actions "
 9                      "for both types of rules. Note that each valid PolicyGroup "
10                      "containing SARules MUST use a unique priority number for the "
11                      "Rule in the aggregation, PolicySetComponent.Priority." ), 
12                   MappingStrings { "IPSP Policy Model.IETF|SARule" }]
13               class CIM_SARule : CIM_PolicyRule {
14               
15                     [Description ( 
16                         "LimitNegotiation is used as part of processing either a "
17                         "key exchange or IPsec Rule. Before proceeding with "
18                         "either a phase 1 or a phase 2 negotiation, this property "
19                         "is checked to determine if the negotiation role of the "
20                         "Rule matches that defined for the negotiation being "
21                         "undertaken (e.g., Initiator, Responder, or Both). If "
22 karl  1.1.2.2           "this check fails, then the negotiation is stopped. Note "
23                         "that this only applies to new negotiations and has no "
24                         "effect on either renegotiation or refresh operations "
25                         "with peers for which an established Security Association "
26                         "already exists." ), 
27                      ValueMap { "1", "2", "3" }, 
28                      Values { "Initiator-Only", "Responder-Only", "Either" }, 
29                      MappingStrings { 
30                         "IPSP Policy Model.IETF|SARule.LimitNegotiation" }]
31                  uint16 LimitNegotiation;
32               
33               
34               };

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2