Interface VerificationIPFlow.DefinitionStages.WithRemoteIP
-
- All Known Subinterfaces:
VerificationIPFlow.Definition
- Enclosing interface:
- VerificationIPFlow.DefinitionStages
public static interface VerificationIPFlow.DefinitionStages.WithRemoteIPThe remote IP address. Acceptable values are valid IPv4 addresses.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description VerificationIPFlow.DefinitionStages.WithLocalPortwithRemoteIPAddress(String remoteIPAddress)Set the remoteIPAddress value.
-
-
-
Method Detail
-
withRemoteIPAddress
VerificationIPFlow.DefinitionStages.WithLocalPort withRemoteIPAddress(String remoteIPAddress)
Set the remoteIPAddress value.- Parameters:
remoteIPAddress- the remoteIPAddress value to set- Returns:
- the next stage of the definition.
-
-