CIM_DynamicForwardingEntry class

Represents an entry in the forwarding database associated with the CIM_TransparentBridgingService class.

Syntax

[Abstract, Version("2.7.0"), UMLPackagePath("CIM::Network::SwitchingBridging"), AMENDMENT]
class CIM_DynamicForwardingEntry : CIM_LogicalElement
{
  string SystemCreationClassName;
  string SystemName;
  string ServiceCreationClassName;
  string ServiceName;
  string CreationClassName;
  string MACAddress;
  uint16 DynamicStatus;
};

Members

The CIM_DynamicForwardingEntry class has these types of members:

Properties

The CIM_DynamicForwardingEntry class has these properties.

CreationClassName

Data type: string

Access type: Read-only

Qualifiers: Key, MaxLen (256)

The name of the class or the subclass used to create the instance. When used with the other key properties of this class, this property allows all instances of this class and its subclasses to be uniquely identified.

DynamicStatus

Data type: uint16

Access type: Read-only

Qualifiers: MappingStrings ("MIB.IETF|BRIDGE-MIB.dot1dTpFdbStatus")

The status of the entry.

Other (1)

Invalid (2)

Learned (3)

Self (4)

Mgmt (5)

MACAddress

Data type: string

Access type: Read-only

Qualifiers: Key, MaxLen (12), MappingStrings ("MIB.IETF|BRIDGE-MIB.dot1dTpFdbAddress")

The Unicast MAC address for which the bridging service filters information. The MAC address is formatted as twelve hexadecimal digits, such as 010203040506, with each pair representing one of the six octets of the MAC address in canonical bit order according to RFC 2469.

ServiceCreationClassName

Data type: string

Access type: Read-only

Qualifiers: Key, MaxLen (256), Propagated ("CIM_Service.CreationClassName")

The CreationClassName value of the scoping service object.

ServiceName

Data type: string

Access type: Read-only

Qualifiers: Key, MaxLen (256), Propagated ("CIM_Service.Name")

The name of the scoping service.

SystemCreationClassName

Data type: string

Access type: Read-only

Qualifiers: Key, MaxLen (256), Propagated ("CIM_System.CreationClassName")

The CreationClassName value of the scoping system object.

SystemName

Data type: string

Access type: Read-only

Qualifiers: Key, MaxLen (256), Propagated ("CIM_System.Name")

The name of the scoping system.

Requirements

Requirement Value
Minimum supported client
Windows 8
Minimum supported server
Windows Server 2012
Namespace
Root\virtualization\v2
MOF
WindowsVirtualization.V2.mof
DLL
Vmms.exe

See also

CIM_LogicalElement