(file) Return to CIM_LogicalPortCapabilities.mof CVS log (file) (dir) Up to [Pegasus] / pegasus / Schemas / CIM231 / DMTF / Device

 1 karl  1.1.2.2 // Copyright (c) 2005 DMTF.  All rights reserved.
 2                  [Version ( "2.11.0" ), 
 3                   UMLPackagePath ( "CIM::Device::Ports" ), 
 4                   Description ( 
 5                      "LogicalPortCapabilities describes the configuration "
 6                      "capabilities for properties in LogicalPortSettings." )]
 7               class CIM_LogicalPortCapabilities : CIM_EnabledLogicalElementCapabilities {
 8               
 9                     [Description ( 
10                         "List of supported port speeds that can be configured on "
11                         "LogicalPortSettings.RequestedSpeed." ), 
12                      ModelCorrespondence { "CIM_NetworkPort.Speed" }]
13                  uint64 RequestedSpeedsSupported[];
14               
15                     [Description ( 
16                         "A boolean indicating whether the value in "
17                         "LogicalPortSettings.AutoSenseSpeed may be changed "
18                         "(TRUE), or may only be viewed (FALSE)." ), 
19                      ModelCorrespondence { "CIM_NetworkPort.Speed" }]
20                  boolean AutoSenseSpeedConfigurable;
21               
22 karl  1.1.2.2 
23               };

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2