VerificationIPFlow.DefinitionStages.WithRemoteIP Interface

public static interface VerificationIPFlow.DefinitionStages.WithRemoteIP

The remote IP address. Acceptable values are valid IPv4 addresses.

Method Summary

Modifier and Type Method and Description
abstract WithLocalPort withRemoteIPAddress(String remoteIPAddress)

Set the remoteIPAddress value.

Method Details

withRemoteIPAddress

public abstract VerificationIPFlow.DefinitionStages.WithLocalPort withRemoteIPAddress(String remoteIPAddress)

Set the remoteIPAddress value.

Parameters:

remoteIPAddress - the remoteIPAddress value to set

Returns:

the next stage of the definition.

Applies to