Class RouteOptions


  • public class RouteOptions
    extends Object
    Options to insert a route.
    See Also:
    Route
    • Constructor Detail

      • RouteOptions

        public RouteOptions()
    • Method Detail

      • getDescription

        public String getDescription()
        See Also:
        org.jclouds.googlecomputeengine.domain.Route#getDescription()
      • description

        public RouteOptions description​(String description)
        See Also:
        org.jclouds.googlecomputeengine.domain.Route#getDescription()
      • getDestRange

        public String getDestRange()
        See Also:
        org.jclouds.googlecomputeengine.domain.Route#getDestRange()
      • destRange

        public RouteOptions destRange​(String destRange)
        See Also:
        org.jclouds.googlecomputeengine.domain.Route#getDestRange()
      • getNextHopIp

        public String getNextHopIp()
        See Also:
        org.jclouds.googlecomputeengine.domain.Route#getNextHopIp()
      • nextHopIp

        public RouteOptions nextHopIp​(String nextHopIp)
        See Also:
        org.jclouds.googlecomputeengine.domain.Route#getNextHopIp()
      • getPriority

        public Integer getPriority()
        See Also:
        org.jclouds.googlecomputeengine.domain.Route#getPriority()
      • priority

        public RouteOptions priority​(Integer priority)
        See Also:
        org.jclouds.googlecomputeengine.domain.Route#getPriority()
      • nextHopVpnTunnel

        public RouteOptions nextHopVpnTunnel​(URI nextHopVpnTunnel)
        See Also:
        org.jclouds.googlecomputeengine.domain.Route#getNextHopVpnTunnel()
      • network

        public RouteOptions network​(URI network)
        See Also:
        org.jclouds.googlecomputeengine.domain.Route#getNetwork()
      • getNetwork

        public URI getNetwork()
        See Also:
        org.jclouds.googlecomputeengine.domain.Route#getNetwork()
      • nextHopInstance

        public RouteOptions nextHopInstance​(URI nextHopInstance)
        See Also:
        org.jclouds.googlecomputeengine.domain.Route#getNextHopInstance()
      • getNextHopInstance

        public URI getNextHopInstance()
        See Also:
        org.jclouds.googlecomputeengine.domain.Route#getNextHopInstance()
      • nextHopNetwork

        public RouteOptions nextHopNetwork​(URI nextHopNetwork)
        See Also:
        org.jclouds.googlecomputeengine.domain.Route#getNextHopNetwork()
      • getNextHopNetwork

        public URI getNextHopNetwork()
        See Also:
        org.jclouds.googlecomputeengine.domain.Route#getNextHopNetwork()
      • nextHopGateway

        public RouteOptions nextHopGateway​(URI nextHopGateway)
        See Also:
        org.jclouds.googlecomputeengine.domain.Route#getNextHopGateway()
      • getNextHopGateway

        public URI getNextHopGateway()
        See Also:
        org.jclouds.googlecomputeengine.domain.Route#getNextHopGateway()
      • getNextHopVpnTunnel

        public URI getNextHopVpnTunnel()
        See Also:
        org.jclouds.googlecomputeengine.domain.Route#getNextHopVpnTunnel()
      • getTags

        public List<String> getTags()
        See Also:
        org.jclouds.googlecomputeengine.domain.Route#getTags()
      • addTag

        public RouteOptions addTag​(String tag)
        See Also:
        org.jclouds.googlecomputeengine.domain.Route#getTags()
      • tags

        public RouteOptions tags​(List<String> tags)
        See Also:
        org.jclouds.googlecomputeengine.domain.Route#getTags()