CIM_LogicalPort class

The abstraction of a port or connection point of a device.

Syntax

[Abstract, Version("2.10.0"), UMLPackagePath("CIM::Device::Ports"), AMENDMENT]
class CIM_LogicalPort : CIM_LogicalDevice
{
  uint64 Speed;
  uint64 MaxSpeed;
  uint64 RequestedSpeed;
  uint16 UsageRestriction;
  uint16 PortType;
  string OtherPortType;
};

Members

The CIM_LogicalPort class has these types of members:

Properties

The CIM_LogicalPort class has these properties.

MaxSpeed

Data type: uint64

Access type: Read-only

Qualifiers: Units ("Bits per Second"), PUnit ("bit / second")

The maximum bandwidth of the port, in bits per second.

OtherPortType

Data type: string

Access type: Read-only

Qualifiers: ModelCorrespondence ("CIM_LogicalPort.PortType")

Describes the type of module, when PortType is set to Other ("1").

PortType

Data type: uint16

Access type: Read-only

Qualifiers: ModelCorrespondence ("CIM_NetworkPort.OtherNetworkPortType")

The port type.

Unknown (0)

Other (1)

Not Applicable (2)

DMTF Reserved (3..15999)

Vendor Reserved (16000..65535)

RequestedSpeed

Data type: uint64

Access type: Read/write

Qualifiers: Units ("Bits per Second"), ModelCorrespondence ("CIM_LogicalPort.Speed"), PUnit ("bit / second")

The requested bandwidth of the port, in bits per second. The actual bandwidth is reported in the Speed property.

Speed

Data type: uint64

Access type: Read-only

Qualifiers: Units ("Bits per Second"), PUnit ("bit / second")

The bandwidth of the port, in bits per second.

UsageRestriction

Data type: uint16

Access type: Read-only

Indicates whether the port is restricted to being a front-end or back-end port.

Unknown (0)

Front-end only (2)

Back-end only (3)

Not restricted (4)

Requirements

Requirement Value
Minimum supported client
Windows 8
Minimum supported server
Windows Server 2012
Namespace
Root\virtualization\v2
MOF
WindowsVirtualization.V2.mof
DLL
Vmms.exe

See also

CIM_LogicalDevice