Constructor and Description |
---|
RouteOptions() |
Modifier and Type | Method and 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) |
public String name()
Route.name()
public RouteOptions name(String name)
Route.name()
public String getDescription()
org.jclouds.googlecomputeengine.domain.Route#getDescription()
public RouteOptions description(String description)
org.jclouds.googlecomputeengine.domain.Route#getDescription()
public String getDestRange()
org.jclouds.googlecomputeengine.domain.Route#getDestRange()
public RouteOptions destRange(String destRange)
org.jclouds.googlecomputeengine.domain.Route#getDestRange()
public String getNextHopIp()
org.jclouds.googlecomputeengine.domain.Route#getNextHopIp()
public RouteOptions nextHopIp(String nextHopIp)
org.jclouds.googlecomputeengine.domain.Route#getNextHopIp()
public Integer getPriority()
org.jclouds.googlecomputeengine.domain.Route#getPriority()
public RouteOptions priority(Integer priority)
org.jclouds.googlecomputeengine.domain.Route#getPriority()
public RouteOptions nextHopVpnTunnel(URI nextHopVpnTunnel)
org.jclouds.googlecomputeengine.domain.Route#getNextHopVpnTunnel()
public RouteOptions network(URI network)
org.jclouds.googlecomputeengine.domain.Route#getNetwork()
public URI getNetwork()
org.jclouds.googlecomputeengine.domain.Route#getNetwork()
public RouteOptions nextHopInstance(URI nextHopInstance)
org.jclouds.googlecomputeengine.domain.Route#getNextHopInstance()
public URI getNextHopInstance()
org.jclouds.googlecomputeengine.domain.Route#getNextHopInstance()
public RouteOptions nextHopNetwork(URI nextHopNetwork)
org.jclouds.googlecomputeengine.domain.Route#getNextHopNetwork()
public URI getNextHopNetwork()
org.jclouds.googlecomputeengine.domain.Route#getNextHopNetwork()
public RouteOptions nextHopGateway(URI nextHopGateway)
org.jclouds.googlecomputeengine.domain.Route#getNextHopGateway()
public URI getNextHopGateway()
org.jclouds.googlecomputeengine.domain.Route#getNextHopGateway()
public URI getNextHopVpnTunnel()
org.jclouds.googlecomputeengine.domain.Route#getNextHopVpnTunnel()
public List<String> getTags()
org.jclouds.googlecomputeengine.domain.Route#getTags()
public RouteOptions addTag(String tag)
org.jclouds.googlecomputeengine.domain.Route#getTags()
public RouteOptions tags(List<String> tags)
org.jclouds.googlecomputeengine.domain.Route#getTags()
Copyright © 2009-2016 The Apache Software Foundation. All Rights Reserved.