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 RouteOptionsaddTag(String tag)RouteOptionsdescription(String description)RouteOptionsdestRange(String destRange)StringgetDescription()StringgetDestRange()URIgetNetwork()URIgetNextHopGateway()URIgetNextHopInstance()StringgetNextHopIp()URIgetNextHopNetwork()URIgetNextHopVpnTunnel()IntegergetPriority()List<String>getTags()Stringname()RouteOptionsname(String name)RouteOptionsnetwork(URI network)RouteOptionsnextHopGateway(URI nextHopGateway)RouteOptionsnextHopInstance(URI nextHopInstance)RouteOptionsnextHopIp(String nextHopIp)RouteOptionsnextHopNetwork(URI nextHopNetwork)RouteOptionsnextHopVpnTunnel(URI nextHopVpnTunnel)RouteOptionspriority(Integer priority)RouteOptionstags(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()
-
-