Msvm_SwitchPortDynamicForwarding class

Connects a switch port to a dynamic forward entry (learned MAC address). This is useful in finding all of the learned MAC addresses for a specified port.

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

Syntax

[Association, Dynamic, Provider("VmmsWmiInstanceAndMethodProvider"), AMENDMENT]
class Msvm_SwitchPortDynamicForwarding : CIM_SwitchPortDynamicForwarding
{
  Msvm_EthernetSwitchPort     REF Antecedent;
  Msvm_DynamicForwardingEntry REF Dependent;
};

Members

The Msvm_SwitchPortDynamicForwarding class has these types of members:

Properties

The Msvm_SwitchPortDynamicForwarding class has these properties.

Antecedent

Data type: Msvm_EthernetSwitchPort

Access type: Read-only

Qualifiers: Override ("Antecedent")

A reference to an instance of the Msvm_EthernetSwitchPort class that represents the switch port.

Dependent

Data type: Msvm_DynamicForwardingEntry

Access type: Read-only

Qualifiers: Override ("Dependent")

A reference to an instance of the Msvm_DynamicForwardingEntry class that represents the dynamic forwarding entry of the forwarding database.

Remarks

Access to the Msvm_SwitchPortDynamicForwarding class might be restricted by UAC Filtering. For more information, see User Account Control and WMI.

Examples

See Querying networking objects.

Requirements

Requirement Value
Minimum supported client
Windows 8 [desktop apps only]
Minimum supported server
Windows Server 2012 [desktop apps only]
Namespace
Root\Virtualization\V2
MOF
WindowsVirtualization.V2.mof
DLL
Vmms.exe

See also

CIM_SwitchPortDynamicForwarding

CIM_SwitchPortDynamicForwarding