Interface VerificationIPFlow.DefinitionStages.WithDirection
- All Known Subinterfaces:
VerificationIPFlow.Definition
- Enclosing interface:
- VerificationIPFlow.DefinitionStages
public static interface VerificationIPFlow.DefinitionStages.WithDirection
The direction of the packet represented as a 5-tuple.
-
Method Summary
Modifier and TypeMethodDescriptioninbound()Set inbound direction.outbound()Set outbound direction.withDirection(Direction direction) Set the direction value.
-
Method Details
-
withDirection
Set the direction value.- Parameters:
direction- the direction value to set- Returns:
- the next stage of the definition.
-
inbound
Set inbound direction.- Returns:
- the next stage of the definition.
-
outbound
Set outbound direction.- Returns:
- the next stage of the definition.
-