| 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() |
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) |
public String getName()
Resource.getName()public RouteOptions name(String name)
Resource.getName()public String getDescription()
Resource.getDescription()public RouteOptions description(String description)
Resource.getDescription()public String getDestRange()
Route.getDestRange()public RouteOptions destRange(String destRange)
Route.getDestRange()public String getNextHopIp()
Route.getNextHopIp()public RouteOptions nextHopIp(String nextHopIp)
Route.getNextHopIp()public Integer getPriority()
Route.getPriority()public RouteOptions priority(Integer priority)
Route.getPriority()public RouteOptions network(URI network)
Route.getNetwork()public URI getNetwork()
Route.getNetwork()public RouteOptions nextHopInstance(URI nextHopInstance)
Route.getNextHopInstance()public URI getNextHopInstance()
Route.getNextHopInstance()public RouteOptions nextHopNetwork(URI nextHopNetwork)
Route.getNextHopNetwork()public URI getNextHopNetwork()
Route.getNextHopNetwork()public RouteOptions nextHopGateway(URI nextHopGateway)
Route.getNextHopGateway()public URI getNextHopGateway()
Route.getNextHopGateway()public Set<String> getTags()
Route.getTags()public RouteOptions addTag(String tag)
Route.getTags()public RouteOptions tags(Set<String> tags)
Route.getTags()Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.