CIM_SwitchesAmong class

A switch service switches frames between switch ports. This association makes that relationship explicit.

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 inherited properties.

Syntax

class CIM_SwitchesAmong : CIM_ForwardsAmong
{
  CIM_SwitchPort    REF Antecedent;
  CIM_SwitchService REF Dependent;
};

Members

The CIM_SwitchesAmong class has these types of members:

  • Properties

Properties

The CIM_SwitchesAmong class has these properties.

Antecedent

Data type: CIM_SwitchPort

Access type: Read-only

The switch port.

Dependent

Data type: CIM_SwitchService

Access type: Read-only

Qualifiers: Override, Max ( 1)

The switching service.

Requirements

Namespace

Root\CIMV2

See also

CIM_ForwardsAmong