cim_logicalportcapabilities.mof

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

MOF
32
字号
// 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 + =
减小字号Ctrl + -
显示快捷键?