VerificationIPFlow.DefinitionStages.WithDirection Interface

public interface WithDirection

The direction of the packet represented as a 5-tuple. Possible values include: 'Inbound', 'Outbound'.

Method Summary

Modifier and Type Method and Description
VerificationIPFlow.DefinitionStages.WithProtocol inbound()

Set inbound direction.

VerificationIPFlow.DefinitionStages.WithProtocol outbound()

Set outbound direction.

VerificationIPFlow.DefinitionStages.WithProtocol withDirection(Direction direction)

Set the direction value.

Method Details

inbound

public WithProtocol inbound()

Set inbound direction.

Returns:

the next stage of the definition.

outbound

public WithProtocol outbound()

Set outbound direction.

Returns:

the next stage of the definition.

withDirection

public WithProtocol withDirection(Direction direction)

Set the direction value.

Parameters:

direction - the direction value to set

Returns:

the next stage of the definition.

Applies to