CIM_SwitchServiceTransparentBridging class

Represents an association in which a bridge service is a component of a switch service.

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

Syntax

[Association, Aggregation, Abstract, Version("2.6.0"), UMLPackagePath("CIM::Network::SwitchingBridging")]
class CIM_SwitchServiceTransparentBridging : CIM_ServiceComponent
{
  CIM_SwitchService              REF GroupComponent;
  CIM_TransparentBridgingService REF PartComponent;
};

Members

The CIM_SwitchServiceTransparentBridging class has these types of members:

Properties

The CIM_SwitchServiceTransparentBridging class has these properties.

GroupComponent

Data type: CIM_SwitchService

Access type: Read-only

Qualifiers: Aggregate, Override ("GroupComponent"), Min (1)

A reference to the switch service.

PartComponent

Data type: CIM_TransparentBridgingService

Access type: Read-only

Qualifiers: Override ("PartComponent")

A reference to the component bridging 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_ServiceComponent

Failover Clustering Hyper-V WMI Provider