Class GatewayRoute

java.lang.Object
com.microsoft.azure.management.network.GatewayRoute

public class GatewayRoute extends Object
Gateway routing details.
  • Constructor Details

    • GatewayRoute

      public GatewayRoute()
  • Method Details

    • localAddress

      public String localAddress()
      Get the gateway's local address.
      Returns:
      the localAddress value
    • network

      public String network()
      Get the route's network prefix.
      Returns:
      the network value
    • nextHop

      public String nextHop()
      Get the route's next hop.
      Returns:
      the nextHop value
    • sourcePeer

      public String sourcePeer()
      Get the peer this route was learned from.
      Returns:
      the sourcePeer value
    • origin

      public String origin()
      Get the source this route was learned from.
      Returns:
      the origin value
    • asPath

      public String asPath()
      Get the route's AS path sequence.
      Returns:
      the asPath value
    • weight

      public Integer weight()
      Get the route's weight.
      Returns:
      the weight value