org.jclouds.googlecomputeengine.options
Class RouteOptions

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

public class RouteOptions
extends Object

Options to create a route.

See Also:
Route

Constructor Summary
RouteOptions()
           
 
Method Summary
 RouteOptions addTag(String tag)
           
 RouteOptions description(String description)
           
 RouteOptions destRange(String destRange)
           
 String getDescription()
           
 String getDestRange()
           
 String getName()
           
 URI getNetwork()
           
 URI getNextHopGateway()
           
 URI getNextHopInstance()
           
 String getNextHopIp()
           
 URI getNextHopNetwork()
           
 Integer getPriority()
           
 Set<String> getTags()
           
 RouteOptions name(String name)
           
 RouteOptions network(URI network)
           
 RouteOptions nextHopGateway(URI nextHopGateway)
           
 RouteOptions nextHopInstance(URI nextHopInstance)
           
 RouteOptions nextHopIp(String nextHopIp)
           
 RouteOptions nextHopNetwork(URI nextHopNetwork)
           
 RouteOptions priority(Integer priority)
           
 RouteOptions tags(Set<String> tags)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RouteOptions

public RouteOptions()
Method Detail

getName

public String getName()
See Also:
Resource.getName()

name

public RouteOptions name(String name)
See Also:
Resource.getName()

getDescription

public String getDescription()
See Also:
Resource.getDescription()

description

public RouteOptions description(String description)
See Also:
Resource.getDescription()

getDestRange

public String getDestRange()
See Also:
Route.getDestRange()

destRange

public RouteOptions destRange(String destRange)
See Also:
Route.getDestRange()

getNextHopIp

public String getNextHopIp()
See Also:
Route.getNextHopIp()

nextHopIp

public RouteOptions nextHopIp(String nextHopIp)
See Also:
Route.getNextHopIp()

getPriority

public Integer getPriority()
See Also:
Route.getPriority()

priority

public RouteOptions priority(Integer priority)
See Also:
Route.getPriority()

network

public RouteOptions network(URI network)
See Also:
Route.getNetwork()

getNetwork

public URI getNetwork()
See Also:
Route.getNetwork()

nextHopInstance

public RouteOptions nextHopInstance(URI nextHopInstance)
See Also:
Route.getNextHopInstance()

getNextHopInstance

public URI getNextHopInstance()
See Also:
Route.getNextHopInstance()

nextHopNetwork

public RouteOptions nextHopNetwork(URI nextHopNetwork)
See Also:
Route.getNextHopNetwork()

getNextHopNetwork

public URI getNextHopNetwork()
See Also:
Route.getNextHopNetwork()

nextHopGateway

public RouteOptions nextHopGateway(URI nextHopGateway)
See Also:
Route.getNextHopGateway()

getNextHopGateway

public URI getNextHopGateway()
See Also:
Route.getNextHopGateway()

getTags

public Set<String> getTags()
See Also:
Route.getTags()

addTag

public RouteOptions addTag(String tag)
See Also:
Route.getTags()

tags

public RouteOptions tags(Set<String> tags)
See Also:
Route.getTags()


Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.