Class RouteOptions
- java.lang.Object
-
- org.jclouds.googlecomputeengine.options.RouteOptions
-
-
Constructor Summary
Constructors Constructor Description RouteOptions()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RouteOptions
addTag(String tag)
RouteOptions
description(String description)
RouteOptions
destRange(String destRange)
String
getDescription()
String
getDestRange()
URI
getNetwork()
URI
getNextHopGateway()
URI
getNextHopInstance()
String
getNextHopIp()
URI
getNextHopNetwork()
URI
getNextHopVpnTunnel()
Integer
getPriority()
List<String>
getTags()
String
name()
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
nextHopVpnTunnel(URI nextHopVpnTunnel)
RouteOptions
priority(Integer priority)
RouteOptions
tags(List<String> tags)
-
-
-
Method Detail
-
name
public String name()
- See Also:
Route.name()
-
name
public RouteOptions name(String name)
- See Also:
Route.name()
-
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()
-
-