Modifier and Type | Method and Description |
---|---|
Route.Builder |
addAllTags(List<String> tags)
A list of instance tags to which this route applies.
|
Route.Builder |
addAllWarnings(List<Warnings> warnings)
[Output Only] If potential misconfigurations are detected for this route, this field will be
populated with warning messages.
|
Route.Builder |
addTags(String tags)
A list of instance tags to which this route applies.
|
Route.Builder |
addWarnings(Warnings warnings)
[Output Only] If potential misconfigurations are detected for this route, this field will be
populated with warning messages.
|
Route |
build() |
Route.Builder |
clone() |
String |
getCreationTimestamp()
[Output Only] Creation timestamp in RFC3339 text format.
|
String |
getDescription()
An optional description of this resource.
|
String |
getDestRange()
The destination range of outgoing packets that this route applies to.
|
String |
getId()
[Output Only] The unique identifier for the resource.
|
String |
getKind()
[Output Only] Type of this resource.
|
String |
getName()
Name of the resource.
|
String |
getNetwork()
Fully-qualified URL of the network that this route applies to.
|
String |
getNextHopGateway()
The URL to a gateway that should handle matching packets.
|
String |
getNextHopInstance()
The URL to an instance that should handle matching packets.
|
String |
getNextHopIp()
The network IP address of an instance that should handle matching packets.
|
String |
getNextHopNetwork()
The URL of the local network if it should handle matching packets.
|
String |
getNextHopPeering()
[Output Only] The network peering name that should handle matching packets, which should
conform to RFC1035.
|
String |
getNextHopVpnTunnel()
The URL to a VpnTunnel that should handle matching packets.
|
Integer |
getPriority()
The priority of this route.
|
String |
getSelfLink()
[Output Only] Server-defined fully-qualified URL for this resource.
|
List<String> |
getTagsList()
A list of instance tags to which this route applies.
|
List<Warnings> |
getWarningsList()
[Output Only] If potential misconfigurations are detected for this route, this field will be
populated with warning messages.
|
Route.Builder |
mergeFrom(Route other) |
Route.Builder |
setCreationTimestamp(String creationTimestamp)
[Output Only] Creation timestamp in RFC3339 text format.
|
Route.Builder |
setDescription(String description)
An optional description of this resource.
|
Route.Builder |
setDestRange(String destRange)
The destination range of outgoing packets that this route applies to.
|
Route.Builder |
setId(String id)
[Output Only] The unique identifier for the resource.
|
Route.Builder |
setKind(String kind)
[Output Only] Type of this resource.
|
Route.Builder |
setName(String name)
Name of the resource.
|
Route.Builder |
setNetwork(String network)
Fully-qualified URL of the network that this route applies to.
|
Route.Builder |
setNextHopGateway(String nextHopGateway)
The URL to a gateway that should handle matching packets.
|
Route.Builder |
setNextHopInstance(String nextHopInstance)
The URL to an instance that should handle matching packets.
|
Route.Builder |
setNextHopIp(String nextHopIp)
The network IP address of an instance that should handle matching packets.
|
Route.Builder |
setNextHopNetwork(String nextHopNetwork)
The URL of the local network if it should handle matching packets.
|
Route.Builder |
setNextHopPeering(String nextHopPeering)
[Output Only] The network peering name that should handle matching packets, which should
conform to RFC1035.
|
Route.Builder |
setNextHopVpnTunnel(String nextHopVpnTunnel)
The URL to a VpnTunnel that should handle matching packets.
|
Route.Builder |
setPriority(Integer priority)
The priority of this route.
|
Route.Builder |
setSelfLink(String selfLink)
[Output Only] Server-defined fully-qualified URL for this resource.
|
public Route.Builder mergeFrom(Route other)
public String getCreationTimestamp()
public Route.Builder setCreationTimestamp(String creationTimestamp)
public String getDescription()
public Route.Builder setDescription(String description)
public String getDestRange()
public Route.Builder setDestRange(String destRange)
public String getId()
public Route.Builder setId(String id)
public String getKind()
public Route.Builder setKind(String kind)
public String getName()
public Route.Builder setName(String name)
public String getNetwork()
public Route.Builder setNetwork(String network)
public String getNextHopGateway()
public Route.Builder setNextHopGateway(String nextHopGateway)
public String getNextHopInstance()
public Route.Builder setNextHopInstance(String nextHopInstance)
public String getNextHopIp()
public Route.Builder setNextHopIp(String nextHopIp)
public String getNextHopNetwork()
public Route.Builder setNextHopNetwork(String nextHopNetwork)
public String getNextHopPeering()
public Route.Builder setNextHopPeering(String nextHopPeering)
public String getNextHopVpnTunnel()
public Route.Builder setNextHopVpnTunnel(String nextHopVpnTunnel)
public Integer getPriority()
public Route.Builder setPriority(Integer priority)
public String getSelfLink()
public Route.Builder setSelfLink(String selfLink)
public Route.Builder addAllTags(List<String> tags)
public Route.Builder addTags(String tags)
public List<Warnings> getWarningsList()
public Route.Builder addAllWarnings(List<Warnings> warnings)
public Route.Builder addWarnings(Warnings warnings)
public Route build()
public Route.Builder clone()
Copyright © 2019 Google LLC. All rights reserved.