Enum VMwareDistributedSwitchPortVlanType
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents the VLAN type for a VMware distributed switch port.
public enum VMwareDistributedSwitchPortVlanType
Fields
None = 1
No VLAN is configured.
PrivateVlan = 4
A private VLAN is configured.
Unknown = 0
The VLAN type is unknown.
Vlan = 2
A standard VLAN is configured.
VlanTrunking = 3
VLAN trunking is configured.