Interface VerificationIPFlow.DefinitionStages.WithLocalIP
- All Known Subinterfaces:
VerificationIPFlow.Definition
- Enclosing interface:
VerificationIPFlow.DefinitionStages
public static interface VerificationIPFlow.DefinitionStages.WithLocalIP
The local IP address. Acceptable values are valid IPv4 addresses.
-
Method Summary
Modifier and TypeMethodDescriptionwithLocalIPAddress(String localIPAddress) Set the localIPAddress value.
-
Method Details
-
withLocalIPAddress
Set the localIPAddress value.- Parameters:
localIPAddress- the localIPAddress value to set- Returns:
- the next stage of the definition.
-