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

📄 cim_logicalportcapabilities.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.// <change cr="DMTFCR01192.001" type ="new">Add// LogicalPortCapabilities</// <change cr="CIMCoreCR00753.001" type ="add">Fix// AutoSenseSpeedConfigurable</// <change cr="CIMCoreCR00804.001" type ="change">Remove Experimental// from class.</// <change cr="ArchCR00066.004" type="add">Add UmlPackagePath// qualifier values to CIM Schema.</change>// ==================================================================// LogicalPortCapabilities// ==================================================================   [UMLPackagePath ( "CIM::Device::Ports" ), Version ( "2.11.0" ),     Description (       "LogicalPortCapabilities describes the configuration "       "capabilities for properties in LogicalPortSettings.")]class CIM_LogicalPortCapabilities : CIM_EnabledLogicalElementCapabilities {      [Description (          "List of supported port speeds that can be configured on "          "LogicalPortSettings.RequestedSpeed."),        ModelCorrespondence { "CIM_NetworkPort.Speed" }]   uint64 RequestedSpeedsSupported[];      [Description (          "A boolean indicating whether the value in "          "LogicalPortSettings.AutoSenseSpeed may be changed (TRUE), "          "or may only be viewed (FALSE)."),        ModelCorrespondence { "CIM_NetworkPort.Speed" }]   boolean AutoSenseSpeedConfigurable;};

⌨️ 快捷键说明

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