cim_networkpacketaction.mof
来自「Pegasus is an open-source implementation」· MOF 代码 · 共 40 行
MOF
40 行
// Copyright (c) 2005 DMTF. All rights reserved.// <change cr="ArchCR00066.004" type="add">Add UmlPackagePath// qualifier values to CIM Schema.</change>// ==================================================================// CIM_NetworkPacketAction// ================================================================== [UMLPackagePath ( "CIM::Policy" ), Version ( "2.8.0" ), Description ( "NetworkPacketAction standardizes different processing options " "that can be taken at the network packet level. The specific " "action is defined in the PacketAction enumerated property. " "Note that this property can be used in conjunction with other " "actions aggregated into a Rule, to fully define its effects. " "For example, when aggregated with the SAStaticAction class, " "NetworkPacketAction indicates whether a specific packet will " "be encrypted, bypassed or discarded for the lifetime of the " "Security Association.")]class CIM_NetworkPacketAction : CIM_PolicyAction { [Description ( "A network packet can be processed, bypassed for processing " "(i.e., allowed to continue without further processing, such " "as being forwarded in the clear versus being encrypted), or " "discarded. This enumeration indicates how a packet should " "be handled if a PolicyRule's PolicyConditions evaluate to " "TRUE."), ValueMap { "1", "2", "3", "4" }, Values { "Other", "Processed", "Bypassed", "Discarded" }, MappingStrings { "IPSP Policy Model.IETF|IPsecBypassAction", "IPSP Policy Model.IETF|IPsecDiscardAction" }, ModelCorrespondence { "CIM_NetworkPacketAction.OtherAction" }] uint16 PacketAction; [Description ( "Description of the action when the value 1 (\"Other\") is " "specified for the property, PacketAction."), ModelCorrespondence { "CIM_NetworkPacketAction.PacketAction" }] string OtherAction;};
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?