Enum - DvsNetworkRuleDirectionType(vim.dvs.TrafficRule.RuleDirectionType)

Since
vSphere API 5.5


Enum Description

Network Traffic Rule direction types. It specifies whether rule needs to be applied for packets which are incoming/outgoing or both.

Enum Constants

NameDescription
both This specifies that the network rule has to be applied only for both incoming and outgoing packets.
incomingPackets This specifies that the network rule has to be applied only for incoming packets.
outgoingPackets This specifies that the network rule has to be applied only for outgoing packets.

Show WSDL type definition