Class CIM_VLANEndpointSettingData
extends CIM_SettingData

The VLAN configuration data for an endpoint. Note that certain properties only apply based on the value in the VLANEndpoint. OperationalEndpointMode property. If it is set to trunking mode then NativeVLAN, PruneEligibleVLANList, DefaultVLAN and TrunkedVLANList are applicable. If it is set to in access mode, then AccessVLAN is applicable. An instance of this class is associated to the endpoint to which it applies using ElementSettingData.

Table of Contents
Hierarchy
Direct Known Subclasses
Class Qualifiers
Class Properties
Class Methods


Class Hierarchy

CIM_ManagedElement
   |
   +--CIM_SettingData
   |
   +--CIM_VLANEndpointSettingData

Direct Known Subclasses

Class Qualifiers

NameData TypeValue
DescriptionstringThe VLAN configuration data for an endpoint. Note that certain properties only apply based on the value in the VLANEndpoint. OperationalEndpointMode property. If it is set to trunking mode then NativeVLAN, PruneEligibleVLANList, DefaultVLAN and TrunkedVLANList are applicable. If it is set to in access mode, then AccessVLAN is applicable. An instance of this class is associated to the endpoint to which it applies using ElementSettingData.
UMLPackagePathstringCIM::Network::VLAN
Versionstring2.27.0

Class Properties

Local Class Properties

NameData TypeDefault ValueQualifiers
NameData TypeValue
AccessVLANuint16
DescriptionstringThe access VLAN for the referenced VLANEndpoint.
ModelCorrespondencestringCIM_VLANEndpoint.OperationalEndpointMode
Writebooleantrue
DefaultVLANuint16
DescriptionstringDefault value for the native VLAN on this trunk endpoint/port. This property is applicable only when the endpoint is operating in trunking mode (determined by examining the OperationalEndpointMode property).
ModelCorrespondencestringCIM_VLANEndpoint.OperationalEndpointMode
NativeVLANuint16
DescriptionstringVLAN Id that is used to tag untagged traffic received on this trunk endpoint/port. This property is applicable only when the endpoint is operating in trunking mode (determined by examining the SwitchEndpointMode property).
ModelCorrespondencestringCIM_VLANEndpoint.OperationalEndpointMode
Writebooleantrue
PruneEligibleVLANListuint16[]
DescriptionstringIf a VLAN Id is part of this array, then the system MAY prune that VLAN on the related trunk endpoint/port. This property is applicable only when the endpoint is operating in trunking mode (determined by examining the OperationalEndpointMode property).
ModelCorrespondencestringCIM_VLANEndpoint.OperationalEndpointMode
Writebooleantrue
TrunkedVLANListuint16[]
DescriptionstringIf a VLAN Id is part of this array, then the system MAY trunk the traffic on the related endpoint/port. This property is applicable only when the endpoint is operating in trunking mode (determined by examining the OperationalEndpointMode property).
ModelCorrespondencestringCIM_VLANEndpoint.OperationalEndpointMode
Writebooleantrue

Inherited Properties

NameData TypeClass Origin
CaptionstringCIM_ManagedElement
ChangeableTypeuint16CIM_SettingData
ConfigurationNamestringCIM_SettingData
DescriptionstringCIM_ManagedElement
ElementNamestringCIM_SettingData
Generationuint64CIM_ManagedElement
InstanceIDstringCIM_SettingData
SoIDstringCIM_SettingData
SoOrgIDstringCIM_SettingData
ComponentSettingstring[]CIM_SettingData

Class Methods