Route Interface

public interface Route extends HasInner,ChildResource

An immutable client-side representation of a route of a route table.

Method Summary

Modifier and Type Method and Description
String destinationAddressPrefix()
String nextHopIPAddress()
RouteNextHopType nextHopType()

Inherited Members

Method Details

destinationAddressPrefix

public String destinationAddressPrefix()

Returns:

the destination address prefix, expressed using the CIDR notation, to which the route applies

nextHopIPAddress

public String nextHopIPAddress()

Returns:

the IP address of the next hop

nextHopType

public RouteNextHopType nextHopType()

Returns:

the type of the next hop

Applies to