Share via


CIM_TransparentBridgingDynamicForwarding class

Associates a transparent bridging service with an entry of its forwarding database.

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

Syntax

[Abstract, Association, Version("2.6.0"), AMENDMENT]
class CIM_TransparentBridgingDynamicForwarding : CIM_Dependency
{
  CIM_TransparentBridgingService REF Antecedent;
  CIM_DynamicForwardingEntry     REF Dependent;
};

Members

The CIM_TransparentBridgingDynamicForwarding class has these types of members:

Properties

The CIM_TransparentBridgingDynamicForwarding class has these properties.

Antecedent

Data type: CIM_TransparentBridgingService

Access type: Read-only

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

A reference to the transparent bridging service.

Dependent

Data type: CIM_DynamicForwardingEntry

Access type: Read-only

Qualifiers: Override ("Dependent"), Weak

A reference to the forwarding database entry.

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_Dependency