Class VirtualHubRouteV2
java.lang.Object
com.microsoft.azure.management.network.VirtualHubRouteV2
VirtualHubRouteTableV2 route.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet list of all destinations.Get the type of destinations.nextHops()
Get nextHops ip address.Get the type of next hops.withDestinations
(List<String> destinations) Set list of all destinations.withDestinationType
(String destinationType) Set the type of destinations.withNextHops
(List<String> nextHops) Set nextHops ip address.withNextHopType
(String nextHopType) Set the type of next hops.
-
Constructor Details
-
VirtualHubRouteV2
public VirtualHubRouteV2()
-
-
Method Details
-
destinationType
Get the type of destinations.- Returns:
- the destinationType value
-
withDestinationType
Set the type of destinations.- Parameters:
destinationType
- the destinationType value to set- Returns:
- the VirtualHubRouteV2 object itself.
-
destinations
Get list of all destinations.- Returns:
- the destinations value
-
withDestinations
Set list of all destinations.- Parameters:
destinations
- the destinations value to set- Returns:
- the VirtualHubRouteV2 object itself.
-
nextHopType
Get the type of next hops.- Returns:
- the nextHopType value
-
withNextHopType
Set the type of next hops.- Parameters:
nextHopType
- the nextHopType value to set- Returns:
- the VirtualHubRouteV2 object itself.
-
nextHops
Get nextHops ip address.- Returns:
- the nextHops value
-
withNextHops
Set nextHops ip address.- Parameters:
nextHops
- the nextHops value to set- Returns:
- the VirtualHubRouteV2 object itself.
-