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

Diff for /pegasus/Schemas/CIM231/DMTF/IPsecPolicy/CIM_PeerGatewayForPreconfiguredTunnel.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, Version ( "2.8.0" ),
       UMLPackagePath ( "CIM::IPsecPolicy" ),
       Description (
          "PeerGatewayForPreconfiguredTunnel identifies at most one "
          "security gateway be used in constructing a preconfigured "
          "tunnel. A security gateway is simply a particular instance of "
          "RemoteServiceAccessPoint." ),
       MappingStrings {
          "IPSP Policy Model.IETF|PeerGatewayForPreconfiguredTunnel" }]
   class CIM_PeerGatewayForPreconfiguredTunnel : CIM_Dependency {
   
         [Override ( "Antecedent" ),
          Max ( 1 ),
          Description ( "Security gateway for the preconfigured SA." ),
          MappingStrings {
             "IPSP Policy Model.IETF|PeerGatewayForPreconfiguredTunnel.Antecedent" }]
      CIM_RemoteServiceAccessPoint REF Antecedent;
   
         [Override ( "Dependent" ),
          Description (
             "The PreconfiguredTunnelAction that requires a security gateway."
              ),
          MappingStrings {
             "IPSP Policy Model.IETF|PeerGatewayForPreconfiguredTunnel.Dependent" }]
      CIM_PreconfiguredTunnelAction REF Dependent;
   
   
   };


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