VerificationIPFlow.DefinitionStages.WithLocalIP Interface

public interface WithLocalIP

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

Method Summary

Modifier and Type Method and Description
VerificationIPFlow.DefinitionStages.WithRemoteIP withLocalIPAddress(String localIPAddress)

Set the localIPAddress value.

Method Details

withLocalIPAddress

public WithRemoteIP withLocalIPAddress(String localIPAddress)

Set the localIPAddress value.

Parameters:

localIPAddress - the localIPAddress value to set

Returns:

the next stage of the definition.

Applies to