Class ExpressRouteCircuitRoutesTable


  • public class ExpressRouteCircuitRoutesTable
    extends Object
    The routes table associated with the ExpressRouteCircuit.
    • Constructor Detail

      • ExpressRouteCircuitRoutesTable

        public ExpressRouteCircuitRoutesTable()
    • Method Detail

      • network

        public String network()
        Get the network value.
        Returns:
        the network value
      • withNetwork

        public ExpressRouteCircuitRoutesTable withNetwork​(String network)
        Set the network value.
        Parameters:
        network - the network value to set
        Returns:
        the ExpressRouteCircuitRoutesTable object itself.
      • nextHop

        public String nextHop()
        Get the nextHop value.
        Returns:
        the nextHop value
      • withNextHop

        public ExpressRouteCircuitRoutesTable withNextHop​(String nextHop)
        Set the nextHop value.
        Parameters:
        nextHop - the nextHop value to set
        Returns:
        the ExpressRouteCircuitRoutesTable object itself.
      • locPrf

        public String locPrf()
        Get the locPrf value.
        Returns:
        the locPrf value
      • withLocPrf

        public ExpressRouteCircuitRoutesTable withLocPrf​(String locPrf)
        Set the locPrf value.
        Parameters:
        locPrf - the locPrf value to set
        Returns:
        the ExpressRouteCircuitRoutesTable object itself.
      • weight

        public Integer weight()
        Get the weight value.
        Returns:
        the weight value
      • withWeight

        public ExpressRouteCircuitRoutesTable withWeight​(Integer weight)
        Set the weight value.
        Parameters:
        weight - the weight value to set
        Returns:
        the ExpressRouteCircuitRoutesTable object itself.
      • path

        public String path()
        Get the path value.
        Returns:
        the path value
      • withPath

        public ExpressRouteCircuitRoutesTable withPath​(String path)
        Set the path value.
        Parameters:
        path - the path value to set
        Returns:
        the ExpressRouteCircuitRoutesTable object itself.