CIM_PortOnDevice class

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

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

Syntax

[Association, Abstract, Version("2.8.0"), UMLPackagePath("CIM::Device::Ports")]
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

Minimum supported client
None supported
Minimum supported server
Windows Server 2016
Namespace
Root\HyperVCluster\v2
MOF
WindowsHyperVCluster.V2.mof
DLL
VMMS.exe

See also

CIM_HostedDependency

Failover Clustering Hyper-V WMI Provider