Interface VerificationIPFlow.DefinitionStages.WithDirection
-
- All Known Subinterfaces:
VerificationIPFlow.Definition
- Enclosing interface:
- VerificationIPFlow.DefinitionStages
public static interface VerificationIPFlow.DefinitionStages.WithDirectionThe direction of the packet represented as a 5-tuple.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description VerificationIPFlow.DefinitionStages.WithProtocolinbound()Set inbound direction.VerificationIPFlow.DefinitionStages.WithProtocoloutbound()Set outbound direction.VerificationIPFlow.DefinitionStages.WithProtocolwithDirection(Direction direction)Set the direction value.
-
-
-
Method Detail
-
withDirection
VerificationIPFlow.DefinitionStages.WithProtocol withDirection(Direction direction)
Set the direction value.- Parameters:
direction- the direction value to set- Returns:
- the next stage of the definition.
-
inbound
VerificationIPFlow.DefinitionStages.WithProtocol inbound()
Set inbound direction.- Returns:
- the next stage of the definition.
-
outbound
VerificationIPFlow.DefinitionStages.WithProtocol outbound()
Set outbound direction.- Returns:
- the next stage of the definition.
-
-