Msvm_PciExpress class

Represents the state of the PCI Express port.

The following syntax is simplified from Managed Object Format (MOF) code and includes all of the inherited properties.

Syntax

[Dynamic, Provider("VmmsWmiInstanceAndMethodProvider"), AMENDMENT]
class Msvm_PciExpress : CIM_LogicalDevice
{
  string DeviceInstancePath;
  string LocationPath;
  uint16 FunctionNumber;
};

Members

The Msvm_PciExpress class has these types of members:

Properties

The Msvm_PciExpress class has these properties.

DeviceInstancePath

Data type: string

Access type: Read-only

A string containing the device instance path that identifies the device virtual PCI Express device.

FunctionNumber

Data type: uint16

Access type: Read-only

The function number of the virtual PCI Express device.

LocationPath

Data type: string

Access type: Read-only

A string containing the device location path that identifies the device virtual PCI Express device.

Requirements

Requirement Value
Minimum supported client
Windows 10, version 1703 [desktop apps only]
Minimum supported server
Windows Server 2016
Namespace
Root\virtualization\v2
MOF
WindowsVirtualization.V2.mof
DLL
Vmms.exe

See also

CIM_LogicalDevice