CIM_TransparentBridgingDynamicForwarding class

This association links an instance of the Transparent BridgingService to the entries of its forwarding database. The forwarding database is weak to the Service.

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_TransparentBridgingDynamicForwarding : CIM_Dependency
{
  CIM_TransparentBridgingService REF Antecedent;
  CIM_DynamicForwardingEntry     REF Dependent;
};

Members

The CIM_TransparentBridgingDynamicForwarding class has these types of members:

  • Properties

Properties

The CIM_TransparentBridgingDynamicForwarding class has these properties.

Antecedent

Data type: CIM_TransparentBridgingService

Access type: Read-only

Qualifiers: Override, Min ( 1) , Max ( 1)

The transparent bridging service.

Dependent

Data type: CIM_DynamicForwardingEntry

Access type: Read-only

Dynamic Forwarding Entry of forwarding database.

Requirements

Namespace

Root\CIMV2

See also

CIM_Dependency