org.jclouds.googlecomputeengine.options
Class RouteOptions
java.lang.Object
org.jclouds.googlecomputeengine.options.RouteOptions
public class RouteOptions
- extends Object
Options to create a route.
- See Also:
Route
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RouteOptions
public RouteOptions()
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.