CIM_SwitchPortDynamicForwarding class

This association links a DynamicForwardingEntry and the SwitchPort to which the entry applies.

Important  The DMTF (Distributed Management Task Force) CIM (Common Information Model) classes are the parent classes upon which WMI classes are built. WMI currently supports only the CIM 2.x version schemas.

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

Syntax

class CIM_SwitchPortDynamicForwarding : CIM_Dependency
{
  CIM_SwitchPort             REF Antecedent;
  CIM_DynamicForwardingEntry REF Dependent;
};

Members

The CIM_SwitchPortDynamicForwarding class has these types of members:

  • Properties

Properties

The CIM_SwitchPortDynamicForwarding class has these properties.

Antecedent

Data type: CIM_SwitchPort

Access type: Read-only

Qualifiers: Override, Min ( 1)

The switch port.

Dependent

Data type: CIM_DynamicForwardingEntry

Access type: Read-only

The DynamicForwardingEntry of the forwarding database.

Requirements

Namespace

Root\CIMV2

See also

CIM_Dependency