Class CIM_LogicalPortSettings
extends CIM_SettingData

A LogicalPort may be configured via the LogicalPortSettings class. The configuration changes are expected to be stored to non-volatile memory.

Table of Contents
Hierarchy
Direct Known Subclasses
Class Qualifiers
Class Properties
Class Methods


Class Hierarchy

CIM_ManagedElement
   |
   +--CIM_SettingData
   |
   +--CIM_LogicalPortSettings

Direct Known Subclasses

Class Qualifiers

NameData TypeValue
DescriptionstringA LogicalPort may be configured via the LogicalPortSettings class. The configuration changes are expected to be stored to non-volatile memory.
UMLPackagePathstringCIM::Device::Ports
Versionstring2.11.0

Class Properties

Local Class Properties

NameData TypeDefault ValueQualifiers
NameData TypeValue
AutoSenseSpeedboolean
DescriptionstringA boolean indicating whether the LogicalPort should automatically negotiate an optimal bandwidth (TRUE), or attempt to communicate only at the RequestedSpeed (FALSE). The actual bandwidth is reported in LogicalPort.Speed. Changing this value to (FALSE) may cause the OperationalStatus to change to [stopped] if the RequestedSpeed is not compatible with the attached device Check LogicalPortCapabilities.AutoSenseSpeedConfigurable to see if this value may be changed.
MappingStringsstringFC-SWAPI.INCITS-T11|UcPortConfigSetLinkSpeed
ModelCorrespondencestringCIM_LogicalPort.Speed, CIM_LogicalPortCapabilities.AutoSenseSpeedConfigurable
Writebooleantrue
RequestedSpeeduint64
DescriptionstringThe requested bandwidth of the Port in Bits per Second. The actual bandwidth is reported in LogicalPort.Speed.
MappingStringsstringFC-SWAPI.INCITS-T11|UcPortConfigSetLinkSpeed
ModelCorrespondencestringCIM_LogicalPort.Speed
PUnitstringbit / second
UnitsstringBits per Second
Writebooleantrue

Inherited Properties

NameData TypeClass Origin
CaptionstringCIM_ManagedElement
ChangeableTypeuint16CIM_SettingData
ConfigurationNamestringCIM_SettingData
DescriptionstringCIM_ManagedElement
ElementNamestringCIM_SettingData
InstanceIDstringCIM_SettingData

Class Methods