Interface NextHop.DefinitionStages.WithDestinationIP
- All Known Subinterfaces:
NextHop.Definition
- Enclosing interface:
NextHop.DefinitionStages
public static interface NextHop.DefinitionStages.WithDestinationIP
Sets the destination IP address.
-
Method Summary
Modifier and TypeMethodDescriptionwithDestinationIpAddress(String destinationIPAddress) Set the destinationIPAddress value.
-
Method Details
-
withDestinationIpAddress
Set the destinationIPAddress value.- Parameters:
destinationIPAddress- the destinationIPAddress value to set- Returns:
- the VerificationIPFlow object itself.
-