CIM_SwitchServiceTransparentBridging class

An association that links a SwitchService to a component TransparentBridgingService. The cardinality of the TransparentBridgingService is 0..1 for a VLAN-unaware switch.

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_SwitchServiceTransparentBridging : CIM_ServiceComponent
{
  CIM_SwitchService              REF GroupComponent;
  CIM_TransparentBridgingService REF PartComponent;
};

Members

The CIM_SwitchServiceTransparentBridging class has these types of members:

  • Properties

Properties

The CIM_SwitchServiceTransparentBridging class has these properties.

GroupComponent

Data type: CIM_SwitchService

Access type: Read-only

Qualifiers: Override, Min ( 1)

The parent SwitchService.

PartComponent

Data type: CIM_TransparentBridgingService

Access type: Read-only

The component BridgingService.

Requirements

Namespace

Root\CIMV2

See also

CIM_ServiceComponent