| Package | Description | 
|---|---|
| com.google.api.services.compute | |
| com.google.api.services.compute.model | 
| Modifier and Type | Method and Description | 
|---|---|
| Compute.VpnGateways.Insert | Compute.VpnGateways. insert(String project,
      String region,
      VpnGateway content)Creates a VPN gateway in the specified project and region using the data included in the request. | 
| Constructor and Description | 
|---|
| Insert(String project,
      String region,
      VpnGateway content)Creates a VPN gateway in the specified project and region using the data included in the
 request. | 
| Modifier and Type | Method and Description | 
|---|---|
| VpnGateway | VpnGateway. clone() | 
| VpnGateway | VpnGateway. encodeLabelFingerprint(byte[] 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 | VpnGateway. set(String fieldName,
   Object value) | 
| VpnGateway | VpnGateway. setCreationTimestamp(String creationTimestamp)[Output Only] Creation timestamp in RFC3339 text format. | 
| VpnGateway | VpnGateway. setDescription(String description)An optional description of this resource. | 
| VpnGateway | VpnGateway. setId(BigInteger id)[Output Only] The unique identifier for the resource. | 
| VpnGateway | VpnGateway. setKind(String kind)[Output Only] Type of resource. | 
| VpnGateway | VpnGateway. 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 | VpnGateway. setLabels(Map<String,String> labels)Labels for this resource. | 
| VpnGateway | VpnGateway. setName(String name)Name of the resource. | 
| VpnGateway | VpnGateway. setNetwork(String network)URL of the network to which this VPN gateway is attached. | 
| VpnGateway | VpnGateway. setRegion(String region)[Output Only] URL of the region where the VPN gateway resides. | 
| VpnGateway | VpnGateway. setSelfLink(String selfLink)[Output Only] Server-defined URL for the resource. | 
| VpnGateway | VpnGateway. setVpnInterfaces(List<VpnGatewayVpnGatewayInterface> vpnInterfaces)The list of VPN interfaces associated with this VPN gateway. | 
| Modifier and Type | Method and Description | 
|---|---|
| List<VpnGateway> | VpnGatewayList. getItems()A list of VpnGateway resources. | 
| List<VpnGateway> | VpnGatewaysScopedList. getVpnGateways()[Output Only] A list of VPN gateways contained in this scope. | 
| Modifier and Type | Method and Description | 
|---|---|
| VpnGatewayList | VpnGatewayList. setItems(List<VpnGateway> items)A list of VpnGateway resources. | 
| VpnGatewaysScopedList | VpnGatewaysScopedList. setVpnGateways(List<VpnGateway> vpnGateways)[Output Only] A list of VPN gateways contained in this scope. | 
Copyright © 2011–2021 Google. All rights reserved.