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 = 1No VLAN is configured.
PrivateVlan = 4A private VLAN is configured.
Unknown = 0The VLAN type is unknown.
Vlan = 2A standard VLAN is configured.
VlanTrunking = 3VLAN trunking is configured.