Package | Description |
---|---|
com.google.cloud.compute.v1 |
A client to Compute Engine API.
|
Modifier and Type | Method and Description |
---|---|
VpnGateway.Builder |
VpnGateway.Builder.addAllVpnInterfaces(List<VpnGatewayVpnGatewayInterface> vpnInterfaces)
[Output Only] A list of interfaces on this VPN gateway.
|
VpnGateway.Builder |
VpnGateway.Builder.addVpnInterfaces(VpnGatewayVpnGatewayInterface vpnInterfaces)
[Output Only] A list of interfaces on this VPN gateway.
|
VpnGateway.Builder |
VpnGateway.Builder.clone() |
VpnGateway.Builder |
VpnGateway.Builder.mergeFrom(VpnGateway other) |
static VpnGateway.Builder |
VpnGateway.newBuilder() |
static VpnGateway.Builder |
VpnGateway.newBuilder(VpnGateway prototype) |
VpnGateway.Builder |
VpnGateway.Builder.putAllLabels(Map<String,String> labels)
Labels to apply to this VpnGateway resource.
|
VpnGateway.Builder |
VpnGateway.Builder.setCreationTimestamp(String creationTimestamp)
[Output Only] Creation timestamp in RFC3339 text format.
|
VpnGateway.Builder |
VpnGateway.Builder.setDescription(String description)
An optional description of this resource.
|
VpnGateway.Builder |
VpnGateway.Builder.setId(String id)
[Output Only] The unique identifier for the resource.
|
VpnGateway.Builder |
VpnGateway.Builder.setKind(String kind)
[Output Only] Type of resource.
|
VpnGateway.Builder |
VpnGateway.Builder.setLabelFingerprint(String labelFingerprint)
A fingerprint for the labels being applied to this VpnGateway, which is essentially a hash of
the labels set used for optimistic locking.
|
VpnGateway.Builder |
VpnGateway.Builder.setName(String name)
Name of the resource.
|
VpnGateway.Builder |
VpnGateway.Builder.setNetwork(String network)
URL of the network to which this VPN gateway is attached.
|
VpnGateway.Builder |
VpnGateway.Builder.setRegion(String region)
[Output Only] URL of the region where the VPN gateway resides.
|
VpnGateway.Builder |
VpnGateway.Builder.setSelfLink(String selfLink)
[Output Only] Server-defined URL for the resource.
|
VpnGateway.Builder |
VpnGateway.toBuilder() |
Copyright © 2019 Google LLC. All rights reserved.