(file) Return to CIM_PeerGatewayForTunnel.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                  [Association, Version ( "2.8.0" ), 
 3                   UMLPackagePath ( "CIM::IPsecPolicy" ), 
 4                   Description ( 
 5                      "PeerGatewayForTunnel identifies an ordered list of security "
 6                      "gateways to be used in negotiating and constructing a tunnel. "
 7                      "A security gateway is simply a particular instance of "
 8                      "RemoteServiceAccessPoint." ), 
 9                   MappingStrings { "IPSP Policy Model.IETF|PeerGatewayForTunnel" }]
10               class CIM_PeerGatewayForTunnel : CIM_Dependency {
11               
12                     [Override ( "Antecedent" ), 
13                      Description ( 
14                         "The security gateway for the SA. Note that the absense "
15                         "of this association indicates that: \n"
16                         "- When acting as a responder, IKE will accept phase 1 "
17                         "negotiations with any other security gateway \n"
18                         "- When acting as an initiator, IKE will use the "
19                         "destination IP address (of the IP packets which "
20                         "triggered the SARule) as the IP address of the peer IKE "
21                         "entity." ), 
22 karl  1.1.2.2        MappingStrings { 
23                         "IPSP Policy Model.IETF|PeerGatewayForTunnel.Antecedent" }]
24                  CIM_RemoteServiceAccessPoint REF Antecedent;
25               
26                     [Override ( "Dependent" ), 
27                      Description ( 
28                         "The IPsecTunnelAction that requires a security gateway." ), 
29                      MappingStrings { 
30                         "IPSP Policy Model.IETF|PeerGatewayForTunnel.Dependent" }]
31                  CIM_IPsecTunnelAction REF Dependent;
32               
33                     [Description ( 
34                         "SequenceNumber indicates the ordering to be used when "
35                         "selecting a PeerGateway instance for an "
36                         "IPsecTunnelAction. Lower values are evaluated first." ), 
37                      MappingStrings { 
38                         "IPSP Policy Model.IETF|PeerGatewayForTunnel.SequenceNumber" }]
39                  uint16 SequenceNumber;
40               
41               
42               };

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2