Skip to content

Latest commit

 

History

History
237 lines (142 loc) · 4.95 KB

cim-logicalport.md

File metadata and controls

237 lines (142 loc) · 4.95 KB
description ms.assetid title ms.topic ms.date topic_type api_name api_type api_location
The abstraction of a port or connection point of a device.
ee725c64-587b-4e5f-9b1c-7a58902b0631
CIM_LogicalPort class
reference
05/31/2018
APIRef
kbSyntax
CIM_LogicalPort
CIM_LogicalPort.Speed
CIM_LogicalPort.MaxSpeed
CIM_LogicalPort.RequestedSpeed
CIM_LogicalPort.UsageRestriction
CIM_LogicalPort.PortType
CIM_LogicalPort.OtherPortType
DllExport
vmms.exe

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