DvsNetworkRuleDirectionType_enum

DvsNetworkRuleDirectionType_enum
DvsNetworkRuleDirectionType_enum

Network Traffic Rule direction types.

It specifies whether rule needs to be applied for packets which are incoming/outgoing or both.

Possible values:

  • 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.
  • both: This specifies that the network rule has to be applied only for both incoming and outgoing packets.
This data structure has no properties.
Enumeration: incomingPackets, outgoingPackets, both,