CIM_SwitchesAmong class

Represents a switch service, which switches frames between switch ports.

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

Syntax

[Association, Abstract, Version("2.6.0"), UMLPackagePath("CIM::Network::SwitchingBridging")]
class CIM_SwitchesAmong : CIM_ForwardsAmong
{
  CIM_SwitchPort    REF Antecedent;
  CIM_SwitchService REF Dependent;
};

Members

The CIM_SwitchesAmong class has these types of members:

Properties

The CIM_SwitchesAmong class has these properties.

Antecedent

Data type: CIM_SwitchPort

Access type: Read-only

Qualifiers: Override ("Antecedent")

A reference to the switch port.

Dependent

Data type: CIM_SwitchService

Access type: Read-only

Qualifiers: Override ("Dependent"), Max (1)

A reference to the switching service.

Requirements

Minimum supported client
None supported
Minimum supported server
Windows Server 2016
Namespace
Root\HyperVCluster\v2
MOF
WindowsHyperVCluster.V2.mof
DLL
VMMS.exe

See also

CIM_ForwardsAmong

Failover Clustering Hyper-V WMI Provider