Class RouteOptions

java.lang.Object
org.jclouds.googlecomputeengine.options.RouteOptions

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

    • RouteOptions

      public RouteOptions()
  • Method Details

    • name

      public String name()
      See Also:
    • name

      public RouteOptions name(String name)
      See Also:
    • getDescription

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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