VerificationIPFlow.DefinitionStages.WithRemotePort Interface

public static interface VerificationIPFlow.DefinitionStages.WithRemotePort

The remote port. Acceptable values are a single integer in the range (0-65535). Support for * for the source port, which depends on the direction.

Method Summary

Modifier and Type Method and Description
abstract WithExecute withRemotePort(String remotePort)

Set the remotePort value.

Method Details

withRemotePort

public abstract VerificationIPFlow.DefinitionStages.WithExecute withRemotePort(String remotePort)

Set the remotePort value.

Parameters:

remotePort - the remotePort value to set

Returns:

the next stage of the definition.

Applies to