Interface VerificationIPFlow.DefinitionStages.WithLocalPort
-
- All Known Subinterfaces:
VerificationIPFlow.Definition
- Enclosing interface:
- VerificationIPFlow.DefinitionStages
public static interface VerificationIPFlow.DefinitionStages.WithLocalPortThe local port. Acceptable values are a single integer in the range (0-65535). Support for * for the source port, which depends on the direction.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description VerificationIPFlow.DefinitionStages.WithRemotePortwithLocalPort(String localPort)Set the localPort value.
-
-
-
Method Detail
-
withLocalPort
VerificationIPFlow.DefinitionStages.WithRemotePort withLocalPort(String localPort)
Set the localPort value.- Parameters:
localPort- the localPort value to set- Returns:
- the next stage of the definition.
-
-