VerificationIPFlow.DefinitionStages.WithRemoteIP Interface

public interface WithRemoteIP

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

Method Summary

Modifier and Type Method and Description
VerificationIPFlow.DefinitionStages.WithLocalPort withRemoteIPAddress(String remoteIPAddress)

Set the remoteIPAddress value.

Method Details

withRemoteIPAddress

public WithLocalPort withRemoteIPAddress(String remoteIPAddress)

Set the remoteIPAddress value.

Parameters:

remoteIPAddress - the remoteIPAddress value to set

Returns:

the next stage of the definition.

Applies to