📄 cim_saaction.mof
字号:
// 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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -