CIM_SwitchService class

Represents a switch service.

Syntax

[Abstract, Version("2.7.0"), UMLPackagePath("CIM::Network::SwitchingBridging")]
class CIM_SwitchService : CIM_ForwardingService
{
  string BridgeAddress;
  uint16 NumPorts;
  uint8  BridgeType;
  uint16 BridgeAddressType;
};

Members

The CIM_SwitchService class has these types of members:

Properties

The CIM_SwitchService class has these properties.

BridgeAddress

Data type: string

Access type: Read-only

Qualifiers: MaxLen (32), MappingStrings ("MIB.IETF|BRIDGE-MIB.dot1dBaseBridgeAddress"), ModelCorrespondence ("CIM_SwitchService.BridgeAddressType")

The address of the switch service, which is a portion of the unique identifier of the service.

BridgeAddressType

Data type: uint16

Access type: Read-only

Qualifiers: ModelCorrespondence ("CIM_SwitchService.BridgeAddress")

The addressing format used for the bridge and the BridgeAddress property.

Other (1)

IPv4 (2)

IPv6 (3)

MAC (4)

MAC + Spanning Tree Priority (5)

BridgeType

Data type: uint8

Access type: Read-only

Qualifiers: MappingStrings ("MIB.IETF|BRIDGE-MIB.dot1dBaseType")

The type of switching service to perform.

Unknown (1)

Transparent-only (2)

SourceRoute-only (3)

SRT (4)

NumPorts

Data type: uint16

Access type: Read-only

Qualifiers: MappingStrings ("MIB.IETF|BRIDGE-MIB.dot1dBaseNumPorts")

The number of switch ports controlled by this switching service.

Requirements

Requirement Value
Minimum supported client
Windows 8.1
Minimum supported server
Windows Server 2012 R2
Namespace
Root\virtualization\v2
MOF
WindowsVirtualization.V2.mof
DLL
Vmms.exe

See also

CIM_ForwardingService