cim_saaction.mof
来自「Pegasus is an open-source implementation」· MOF 代码 · 共 24 行
MOF
24 行
// Copyright (c) 2005 DMTF. All rights reserved.// <change cr="ArchCR00066.004" type="add">Add UmlPackagePath// qualifier values to CIM Schema.</change>// ==================================================================// CIM_SAAction// ================================================================== [UMLPackagePath ( "CIM::IPsecPolicy" ), Abstract, Version ( "2.8.0" ), Description ( "SAAction is the base class for the various types of key " "exchange or IPsec actions. It is abstract and used to " "categorize the different types of actions of SARules."), MappingStrings { "IPSP Policy Model.IETF|SAAction" }]class CIM_SAAction : CIM_PolicyAction { [Description ( "DoPacketLogging causes a log message to be generated when " "the action is applied to a packet."), MappingStrings { "IPSP Policy " "Model.IETF|SAAction.DoPacketLogging" }, ModelCorrespondence { "CIM_SecurityAssociationEndpoint.PacketLoggingActive" }] boolean DoPacketLogging;};
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?