Interface Route

All Superinterfaces:
ChildResource<RouteTable>, HasInner<com.microsoft.azure.management.network.implementation.RouteInner>, HasName, HasParent<RouteTable>, Indexable

public interface Route extends HasInner<com.microsoft.azure.management.network.implementation.RouteInner>, ChildResource<RouteTable>
An immutable client-side representation of a route of a route table.
  • Method Details

    • destinationAddressPrefix

      String destinationAddressPrefix()
      Returns:
      the destination address prefix, expressed using the CIDR notation, to which the route applies
    • nextHopType

      RouteNextHopType nextHopType()
      Returns:
      the type of the next hop
    • nextHopIPAddress

      String nextHopIPAddress()
      Returns:
      the IP address of the next hop