Interface Route

All Superinterfaces:
ChildResource<RouteTable>, HasInnerModel<RouteInner>, HasName, HasParent<RouteTable>, Indexable

public interface Route extends HasInnerModel<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