@Beta public final class Route extends Resource
| Modifier and Type | Class and Description |
|---|---|
static class |
Route.Builder |
static class |
Route.Warning
If potential misconfigurations are detected for this route, this field will be populated with warning messages.
|
Resource.KindcreationTimestamp, description, id, kind, name, selfLink| Modifier and Type | Method and Description |
|---|---|
static Route.Builder |
builder() |
String |
getDestRange() |
URI |
getNetwork() |
com.google.common.base.Optional<URI> |
getNextHopGateway() |
com.google.common.base.Optional<URI> |
getNextHopInstance() |
com.google.common.base.Optional<String> |
getNextHopIp() |
com.google.common.base.Optional<URI> |
getNextHopNetwork() |
Integer |
getPriority() |
Set<String> |
getTags() |
Set<Route.Warning> |
getWarnings() |
protected com.google.common.base.Objects.ToStringHelper |
string() |
Route.Builder |
toBuilder() |
String |
toString() |
equals, getCreationTimestamp, getDescription, getId, getKind, getName, getSelfLink, hashCodepublic URI getNetwork()
public String getDestRange()
public Integer getPriority()
public com.google.common.base.Optional<URI> getNextHopInstance()
public com.google.common.base.Optional<String> getNextHopIp()
public com.google.common.base.Optional<URI> getNextHopNetwork()
public com.google.common.base.Optional<URI> getNextHopGateway()
public Set<Route.Warning> getWarnings()
protected com.google.common.base.Objects.ToStringHelper string()
public static Route.Builder builder()
public Route.Builder toBuilder()
Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.