Interface NextHop.DefinitionStages.WithDestinationIP
-
- All Known Subinterfaces:
NextHop.Definition
- Enclosing interface:
- NextHop.DefinitionStages
public static interface NextHop.DefinitionStages.WithDestinationIPSets the destination IP address.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description NextHop.DefinitionStages.WithExecutewithDestinationIpAddress(String destinationIPAddress)Set the destinationIPAddress value.
-
-
-
Method Detail
-
withDestinationIpAddress
NextHop.DefinitionStages.WithExecute withDestinationIpAddress(String destinationIPAddress)
Set the destinationIPAddress value.- Parameters:
destinationIPAddress- the destinationIPAddress value to set- Returns:
- the VerificationIPFlow object itself.
-
-