Class NextHopParameters
- java.lang.Object
-
- com.microsoft.azure.management.network.NextHopParameters
-
public class NextHopParameters extends Object
Parameters that define the source and destination endpoint.
-
-
Constructor Summary
Constructors Constructor Description NextHopParameters()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringdestinationIPAddress()Get the destinationIPAddress value.StringsourceIPAddress()Get the sourceIPAddress value.StringtargetNicResourceId()Get the targetNicResourceId value.StringtargetResourceId()Get the targetResourceId value.NextHopParameterswithDestinationIPAddress(String destinationIPAddress)Set the destinationIPAddress value.NextHopParameterswithSourceIPAddress(String sourceIPAddress)Set the sourceIPAddress value.NextHopParameterswithTargetNicResourceId(String targetNicResourceId)Set the targetNicResourceId value.NextHopParameterswithTargetResourceId(String targetResourceId)Set the targetResourceId value.
-
-
-
Method Detail
-
targetResourceId
public String targetResourceId()
Get the targetResourceId value.- Returns:
- the targetResourceId value
-
withTargetResourceId
public NextHopParameters withTargetResourceId(String targetResourceId)
Set the targetResourceId value.- Parameters:
targetResourceId- the targetResourceId value to set- Returns:
- the NextHopParameters object itself.
-
sourceIPAddress
public String sourceIPAddress()
Get the sourceIPAddress value.- Returns:
- the sourceIPAddress value
-
withSourceIPAddress
public NextHopParameters withSourceIPAddress(String sourceIPAddress)
Set the sourceIPAddress value.- Parameters:
sourceIPAddress- the sourceIPAddress value to set- Returns:
- the NextHopParameters object itself.
-
destinationIPAddress
public String destinationIPAddress()
Get the destinationIPAddress value.- Returns:
- the destinationIPAddress value
-
withDestinationIPAddress
public NextHopParameters withDestinationIPAddress(String destinationIPAddress)
Set the destinationIPAddress value.- Parameters:
destinationIPAddress- the destinationIPAddress value to set- Returns:
- the NextHopParameters object itself.
-
targetNicResourceId
public String targetNicResourceId()
Get the targetNicResourceId value.- Returns:
- the targetNicResourceId value
-
withTargetNicResourceId
public NextHopParameters withTargetNicResourceId(String targetNicResourceId)
Set the targetNicResourceId value.- Parameters:
targetNicResourceId- the targetNicResourceId value to set- Returns:
- the NextHopParameters object itself.
-
-