⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 cim_networkpacketaction.mof

📁 Pegasus is an open-source implementationof the DMTF CIM and WBEM standards. It is designed to be por
💻 MOF
字号:
// Copyright (c) 2005 DMTF.  All rights reserved.// ==================================================================//  CIM_NetworkPacketAction// ==================================================================   [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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -