Enum VMwareDistributedSwitchPvlanType
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents the
public enum VMwareDistributedSwitchPvlanType
Fields
Community = 1
The private VLAN type is community - the ports communicate with other community ports and with promiscuous ports within the same private VLAN. any other traffics are blocked.
Isolated = 2
The private VLAN type is isolated - the port can only communicate with the promiscuous ports within the same private VLAN, any other traffics are blocked.
Promiscuous = 3
The private VLAN type is promiscuous - the port can communicate with all other ports within the same private VLAN, including the isolated and community ports.
Unknown = 0
The private VLAN type is unknown.