VerificationIPFlow.DefinitionStages.WithDirection Interface

public static interface VerificationIPFlow.DefinitionStages.WithDirection

The direction of the packet represented as a 5-tuple.

Method Summary

Modifier and Type Method and Description
abstract WithProtocol inbound()

Set inbound direction.

abstract WithProtocol outbound()

Set outbound direction.

abstract WithProtocol withDirection(Direction direction)

Set the direction value.

Method Details

inbound

public abstract VerificationIPFlow.DefinitionStages.WithProtocol inbound()

Set inbound direction.

Returns:

the next stage of the definition.

outbound

public abstract VerificationIPFlow.DefinitionStages.WithProtocol outbound()

Set outbound direction.

Returns:

the next stage of the definition.

withDirection

public abstract VerificationIPFlow.DefinitionStages.WithProtocol withDirection(Direction direction)

Set the direction value.

Parameters:

direction - the direction value to set

Returns:

the next stage of the definition.

Applies to