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

 1 marek 1.1 // Copyright (c) 2005 DMTF.  All rights reserved.
 2              [Abstract, Version ( "2.8.0" ), 
 3               UMLPackagePath ( "CIM::IPsecPolicy" ), 
 4               Description ( 
 5                  "SAAction is the base class for the various types of key "
 6                  "exchange or IPsec actions. It is abstract and used to "
 7                  "categorize the different types of actions of SARules." ), 
 8               MappingStrings { "IPSP Policy Model.IETF|SAAction" }]
 9           class CIM_SAAction : CIM_PolicyAction {
10           
11                 [Description ( 
12                     "DoPacketLogging causes a log message to be generated "
13                     "when the action is applied to a packet." ), 
14                  MappingStrings { 
15                     "IPSP Policy Model.IETF|SAAction.DoPacketLogging" }, 
16                  ModelCorrespondence { 
17                     "CIM_SecurityAssociationEndpoint.PacketLoggingActive" }]
18              boolean DoPacketLogging;
19           
20           
21           };

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2