Package | Description |
---|---|
com.google.cloud.compute.v1 |
A client to Compute Engine API.
|
Modifier and Type | Method and Description |
---|---|
Route.Builder |
Route.Builder.addAllTags(List<String> tags)
A list of instance tags to which this route applies.
|
Route.Builder |
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 |
Route.Builder.addTags(String tags)
A list of instance tags to which this route applies.
|
Route.Builder |
Route.Builder.addWarnings(Warnings warnings)
[Output Only] If potential misconfigurations are detected for this route, this field will be
populated with warning messages.
|
Route.Builder |
Route.Builder.clone() |
Route.Builder |
Route.Builder.mergeFrom(Route other) |
static Route.Builder |
Route.newBuilder() |
static Route.Builder |
Route.newBuilder(Route prototype) |
Route.Builder |
Route.Builder.setCreationTimestamp(String creationTimestamp)
[Output Only] Creation timestamp in RFC3339 text format.
|
Route.Builder |
Route.Builder.setDescription(String description)
An optional description of this resource.
|
Route.Builder |
Route.Builder.setDestRange(String destRange)
The destination range of outgoing packets that this route applies to.
|
Route.Builder |
Route.Builder.setId(String id)
[Output Only] The unique identifier for the resource.
|
Route.Builder |
Route.Builder.setKind(String kind)
[Output Only] Type of this resource.
|
Route.Builder |
Route.Builder.setName(String name)
Name of the resource.
|
Route.Builder |
Route.Builder.setNetwork(String network)
Fully-qualified URL of the network that this route applies to.
|
Route.Builder |
Route.Builder.setNextHopGateway(String nextHopGateway)
The URL to a gateway that should handle matching packets.
|
Route.Builder |
Route.Builder.setNextHopInstance(String nextHopInstance)
The URL to an instance that should handle matching packets.
|
Route.Builder |
Route.Builder.setNextHopIp(String nextHopIp)
The network IP address of an instance that should handle matching packets.
|
Route.Builder |
Route.Builder.setNextHopNetwork(String nextHopNetwork)
The URL of the local network if it should handle matching packets.
|
Route.Builder |
Route.Builder.setNextHopPeering(String nextHopPeering)
[Output Only] The network peering name that should handle matching packets, which should
conform to RFC1035.
|
Route.Builder |
Route.Builder.setNextHopVpnTunnel(String nextHopVpnTunnel)
The URL to a VpnTunnel that should handle matching packets.
|
Route.Builder |
Route.Builder.setPriority(Integer priority)
The priority of this route.
|
Route.Builder |
Route.Builder.setSelfLink(String selfLink)
[Output Only] Server-defined fully-qualified URL for this resource.
|
Route.Builder |
Route.toBuilder() |
Copyright © 2019 Google LLC. All rights reserved.