CIM_PortOnDevice class

Represents an association between a port or connection point and a device.

Syntax

[Association, Abstract, Version("2.8.0"), UMLPackagePath("CIM::Device::Ports"), AMENDMENT]
class CIM_PortOnDevice : CIM_HostedDependency
{
  CIM_LogicalDevice REF Antecedent;
  CIM_LogicalPort   REF Dependent;
};

Members

The CIM_PortOnDevice class has these types of members:

Properties

The CIM_PortOnDevice class has these properties.

Antecedent

Data type: CIM_LogicalDevice

Access type: Read-only

Qualifiers: Override ("Antecedent")

The device that includes the port.

Dependent

Data type: CIM_LogicalPort

Access type: Read-only

Qualifiers: Override ("Dependent")

The port on the device.

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_HostedDependency