VerificationIPFlow.DefinitionStages.WithProtocol Interface

Implements

public static interface VerificationIPFlow.DefinitionStages.WithProtocol
extends WithProtocol<WithLocalIP,IpFlowProtocol>

Protocol to be verified on. Possible values include: 'TCP', 'UDP'.

Method Summary

Modifier and Type Method and Description
abstract WithLocalIP withTCP()

Set TCP protocol.

abstract WithLocalIP withUDP()

Set UDP protocol.

Method Details

withTCP

public abstract VerificationIPFlow.DefinitionStages.WithLocalIP withTCP()

Set TCP protocol.

Returns:

the next stage of the definition

withUDP

public abstract VerificationIPFlow.DefinitionStages.WithLocalIP withUDP()

Set UDP protocol.

Returns:

the next stage of the definition

Applies to