VerificationIPFlow.DefinitionStages.WithLocalIP Interface

public static interface VerificationIPFlow.DefinitionStages.WithLocalIP

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

Method Summary

Modifier and Type Method and Description
abstract WithRemoteIP withLocalIPAddress(String localIPAddress)

Set the localIPAddress value.

Method Details

withLocalIPAddress

public abstract VerificationIPFlow.DefinitionStages.WithRemoteIP withLocalIPAddress(String localIPAddress)

Set the localIPAddress value.

Parameters:

localIPAddress - the localIPAddress value to set

Returns:

the next stage of the definition.

Applies to