Msvm_VirtualEthernetSwitchNicTeamingMember class

Represents the association between a team ExternalEthernetPort and a member ExternalEthernetPort.

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

Syntax

[Association, Aggregation, Dynamic, Provider("VmmsWmiInstanceAndMethodProvider"), AMENDMENT]
class Msvm_VirtualEthernetSwitchNicTeamingMember : CIM_Dependency
{
  Msvm_ExternalEthernetPort REF Antecedent;
  Msvm_ExternalEthernetPort REF Dependent;
};

Members

The Msvm_VirtualEthernetSwitchNicTeamingMember class has these types of members:

Properties

The Msvm_VirtualEthernetSwitchNicTeamingMember class has these properties.

Antecedent

Data type: Msvm_ExternalEthernetPort

Access type: Read-only

Qualifiers: Override ("Antecedent")

An Msvm_ExternalEthernetPort that references the team external ethernet port instance.

Dependent

Data type: Msvm_ExternalEthernetPort

Access type: Read-only

Qualifiers: Override ("Dependent")

Reference to the member Msvm_ExternalEthernetPort instance.

Requirements

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

See also

CIM_Dependency