CIM_DynamicForwardingEntry class

Represents an entry in the forwarding (filtering) database associated with the TransparentBridgingService. The entry is Weak to the Service as specified by TransparentBridgingDynamicForwarding.

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_DynamicForwardingEntry : CIM_LogicalElement
{
  string   Status;
  string   Name;
  datetime InstallDate;
  string   Description;
  string   Caption;
  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

Properties

The CIM_DynamicForwardingEntry class has these properties.

Caption

Data type: string

Access type: Read-only

Short textual description of the object. This property is inherited from CIM_ManagedSystemElement.

CreationClassName

Data type: string

Access type: Read-only

Qualifiers: Key, MaxLen ( 256)

CreationClassName indicates the name of the class or the subclass used in the creation of an 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.

Description

Data type: string

Access type: Read-only

Textual description of the object. This property is inherited from CIM_ManagedSystemElement.

DynamicStatus

Data type: uint16

Access type: Read-only

The status of the entry.

Other (1)

Invalid (2)

Learned (3)

Self (4)

Mgmt (5)

InstallDate

Data type: datetime

Access type: Read-only

Date and time the object was installed. This property does not require a value to indicate that the object is installed. This property is inherited from CIM_ManagedSystemElement.

MACAddress

Data type: string

Access type: Read-only

Qualifiers: Key, MaxLen ( 12)

Unicast MAC address for which the TransparentBridging Service has forwarding and/or filtering information. Be aware that the MAC address is formatted as twelve hexadecimal digits (for example, "010203040506"), with each pair representing one of the six octets of the MAC address in "canonical" bit order according to RFC 2469.

Name

Data type: string

Access type: Read-only

Label by which the object is known. When subclassed, this property can be overridden to be a key property. This property is inherited from CIM_ManagedSystemElement.

ServiceCreationClassName

Data type: string

Access type: Read-only

Qualifiers: Key, MaxLen ( 256)

The scoping Service's CreationClassName.

ServiceName

Data type: string

Access type: Read-only

Qualifiers: Key, MaxLen ( 256)

The scoping Service's Name.

Status

Data type: string

Access type: Read-only

Current status of the object. This property is inherited from CIM_ManagedSystemElement.

Values include the following:

"OK"

"Error"

"Degraded"

"Unknown"

"Pred Fail"

"Starting"

"Stopping"

"Service"

"Stressed"

"NonRecover"

"No Contact"

"Lost Comm"

SystemCreationClassName

Data type: string

Access type: Read-only

Qualifiers: Key, MaxLen ( 256)

The scoping System's CreationClassName.

SystemName

Data type: string

Access type: Read-only

Qualifiers: Key, MaxLen ( 256)

The scoping System's Name.

Requirements

Namespace

Root\CIMV2

See also

CIM_LogicalElement