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_SwitchPort             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_SwitchPort

Access type: Read-only

Qualifiers: Override ("Antecedent")

A reference to the switch port.

Dependent

Data type: Msvm_DynamicForwardingEntry

Access type: Read-only

Qualifiers: Override ("Dependent")

A reference to 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

Minimum supported client
None supported
Minimum supported server
Windows Server 2008
End of client support
None supported
End of server support
Windows Server 2012 R2
Namespace
Root\Virtualization
MOF
WindowsVirtualization.mof

See also

CIM_SwitchPortDynamicForwarding

CIM_SwitchPortDynamicForwarding

Networking Classes