CIM_VirtualEthernetSwitchSettingData class

Describes settings data for a virtual ethernet switch.

Syntax

[Abstract, Version("2.26.0"), UMLPackagePath("CIM::Core::Virtualization"), AMENDMENT]
class CIM_VirtualEthernetSwitchSettingData : CIM_VirtualSystemSettingData
{
  string VLANConnection[];
  string AssociatedResourcePool[];
  uint32 MaxNumMACAddress;
};

Members

The CIM_VirtualEthernetSwitchSettingData class has these types of members:

Properties

The CIM_VirtualEthernetSwitchSettingData class has these properties.

AssociatedResourcePool

Data type: string array

Access type: Read-only

An array that contains the host resource pools that are currently associated, or to associate with the ethernet switch, in order to allocate ethernet connections between the ethernet switch and a virtual machine. Each non-Null value of this property must conform to WBEM_URI_UntypedInstancePath as defined in the DMTF "DSP0207" specification.

MaxNumMACAddress

Data type: uint32

Access type: Read-only

The number of unique MAC addresses that the switch can learn for MAC address learning, as defined in the IEEE 802.1 standard.

VLANConnection

Data type: string array

Access type: Read-only

An array that contains the VLAN IDs that the switch can access.

Requirements

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

See also

CIM_VirtualSystemSettingData