CIM_VLANEndpointSettingData class

Represents configuration data for a VLAN endpoint.

Syntax

[Experimental, Abstract, Version("2.11.0"), UMLPackagePath("CIM::Network::VLAN")]
class CIM_VLANEndpointSettingData : CIM_SettingData
{
  uint16 PruneEligibleVLANList[];
  uint16 NativeVLAN;
  uint16 DefaultVLAN;
  uint16 TrunkedVLANList[];
  uint16 AccessVLAN;
};

Members

The CIM_VLANEndpointSettingData class has these types of members:

Properties

The CIM_VLANEndpointSettingData class has these properties.

AccessVLAN

Data type: uint16

Access type: Read/write

Qualifiers: ModelCorrespondence ("CIM_VLANEndpoint.OperationalEndpointMode")

The access VLAN for the endpoint.

DefaultVLAN

Data type: uint16

Access type: Read-only

Qualifiers: ModelCorrespondence ("CIM_VLANEndpoint.OperationalEndpointMode")

The default value for the native VLAN on the trunk endpoint.

Note

This property is only used when the VLAN endpoint is operating in trunking mode, which is specified in the OperationalEndpointMode property.

NativeVLAN

Data type: uint16

Access type: Read/write

Qualifiers: ModelCorrespondence ("CIM_VLANEndpoint.OperationalEndpointMode")

The VLAN ID that is used to tag untagged traffic received on the trunk endpoint.

Note

This property is only used when the VLAN endpoint is operating in trunking mode, which is specified in the SwitchEndpointMode property.

PruneEligibleVLANList

Data type: uint16 array

Access type: Read/write

Qualifiers: ModelCorrespondence ("CIM_VLANEndpoint.OperationalEndpointMode")

An array that contains IDs of VLANs that the system may remove from the trunk endpoint.

Note

This property is only used when the VLAN endpoint is operating in trunking mode, which is specified in the OperationalEndpointMode property.

TrunkedVLANList

Data type: uint16 array

Access type: Read/write

Qualifiers: ModelCorrespondence ("CIM_VLANEndpoint.OperationalEndpointMode")

An array that contains IDs of VLAN endpoints with trunking enabled.

Note

This property is only used when the VLAN endpoint is operating in trunking mode, which is specified in the OperationalEndpointMode property.

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_SettingData