Interface NextHop.DefinitionStages.WithSourceIP
-
- All Known Subinterfaces:
NextHop.Definition
- Enclosing interface:
- NextHop.DefinitionStages
public static interface NextHop.DefinitionStages.WithSourceIPSets the source IP address.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description NextHop.DefinitionStages.WithDestinationIPwithSourceIpAddress(String sourceIPAddress)Set the sourceIPAddress value.
-
-
-
Method Detail
-
withSourceIpAddress
NextHop.DefinitionStages.WithDestinationIP withSourceIpAddress(String sourceIPAddress)
Set the sourceIPAddress value.- Parameters:
sourceIPAddress- the sourceIPAddress value to set- Returns:
- the VerificationIPFlow object itself.
-
-