Msvm_HostedSwitchService class

An association that connects a virtual switch service to a transparent bridging service.

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

Syntax

[Association, Dynamic, Provider("VmmsWmiInstanceAndMethodProvider"), AMENDMENT]
class Msvm_HostedSwitchService : CIM_HostedService
{
  Msvm_VirtualEthernetSwitch REF Antecedent;
  CIM_Service                REF Dependent;
};

Members

The Msvm_HostedSwitchService class has these types of members:

Properties

The Msvm_HostedSwitchService class has these properties.

Antecedent

Data type: Msvm_VirtualEthernetSwitch

Access type: Read-only

Qualifiers: Override ("GroupComponent")

A reference to an instance of the Msvm_VirtualEthernetSwitch class that represents the virtual switch.

Dependent

Data type: CIM_Service

Access type: Read-only

Qualifiers: Override ("PartComponent")

A reference to an instance of the Msvm_TransparentBridgingService class that represents the bridging service.

Remarks

Access to the Msvm_HostedSwitchService class might be restricted by UAC Filtering. For more information, see User Account Control and WMI.

Requirements

Requirement Value
Minimum supported client
Windows 8 [desktop apps only]
Minimum supported server
Windows Server 2012 [desktop apps only]
Namespace
Root\Virtualization\V2
MOF
WindowsVirtualization.V2.mof
DLL
Vmms.exe

See also

CIM_HostedService

CIM_HostedService