cim_vlanservice.mof

来自「Pegasus is an open-source implementation」· MOF 代码 · 共 21 行

MOF
21
字号
// Copyright (c) 2005 DMTF.  All rights reserved.// <change cr="ArchCR00066.004" type="add">Add UmlPackagePath// qualifier values to CIM Schema.</change>// ==================================================================//  CIM_VLANService// ==================================================================   [Deprecated { "No Value" }, UMLPackagePath ( "CIM::Network::VLAN" ),    Abstract, Version ( "2.8.0" ), Description (       "This class is deprecated following discussion as to the need "       "of a modeling a VLAN as a service. It was determined that a "       "VLAN service was not needed. VLANService represents the VLAN "       "aspects of the function performed by a switch. Some VLAN-aware "       "devices participate in protocols where VLAN information is "       "propagated among switches, e.g., GVRP in 802.1Q switches and "       "VTP in Cisco Catalyst switches. VLANService also represents "       "the function performed by the switch as a participant in such "       "a protocol. VLANService must be subclassed so that the type of "       "instance can be distinguished by its class.")]class CIM_VLANService : CIM_Service {};

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?