Enum - VmwareDistributedVirtualSwitchPvlanPortType(vim.dvs.VmwareDistributedVirtualSwitch.PvlanPortType)

Since
vSphere API 4.0


Enum Description

The PVLAN port types.

Enum Constants

NameDescription
community The ports communicates with other community ports and with promiscuous ports within the same PVLAN. any other traffics are blocked.
isolated The port can only communicate with the promiscuous ports within the same PVLAN, any other traffics are blocked.
promiscuous The port can communicate with all other ports within the same PVLAN, including the isolated and community ports .

Show WSDL type definition