Compute Engine API: targetVpnGateways. Creates and runs virtual machines on Google Cloud Platform. See: https://developers.google.com/compute/docs/reference/latest/api/reference/rest/v1/targetVpnGateways
Compute Engine API: targetVpnGateways. Creates and runs virtual machines on Google Cloud Platform. See: https://developers.google.com/compute/docs/reference/latest/api/reference/rest/v1/targetVpnGateways
(aggregatedList$ auth parameters)Required parameters: project
Optional parameters: filter, includeAllScopes, maxResults, orderBy, pageToken, returnPartialSuccess
Retrieves an aggregated list of target VPN gateways.
https://developers.google.com/compute/docs/reference/latest/api/reference/rest/v1/targetVpnGateways/aggregatedList Required parameters: project Optional parameters: filter, includeAllScopes, maxResults, orderBy, pageToken, returnPartialSuccess Retrieves an aggregated list of target VPN gateways.
(delete$ auth parameters)Required parameters: project, region, targetVpnGateway
Optional parameters: requestId
Deletes the specified target VPN gateway.
https://developers.google.com/compute/docs/reference/latest/api/reference/rest/v1/targetVpnGateways/delete Required parameters: project, region, targetVpnGateway Optional parameters: requestId Deletes the specified target VPN gateway.
(get$ auth parameters)Required parameters: project, region, targetVpnGateway
Optional parameters: none
Returns the specified target VPN gateway. Gets a list of available target VPN gateways by making a list() request.
https://developers.google.com/compute/docs/reference/latest/api/reference/rest/v1/targetVpnGateways/get Required parameters: project, region, targetVpnGateway Optional parameters: none Returns the specified target VPN gateway. Gets a list of available target VPN gateways by making a list() request.
(insert$ auth parameters body)Required parameters: project, region
Optional parameters: requestId
Body:
{:description string, :tunnels [string], :creationTimestamp string, :name string, :selfLink string, :region string, :forwardingRules [string], :status string, :id string, :kind string, :network string}
Creates a target VPN gateway in the specified project and region using the data included in the request.
https://developers.google.com/compute/docs/reference/latest/api/reference/rest/v1/targetVpnGateways/insert
Required parameters: project, region
Optional parameters: requestId
Body: 
{:description string,
 :tunnels [string],
 :creationTimestamp string,
 :name string,
 :selfLink string,
 :region string,
 :forwardingRules [string],
 :status string,
 :id string,
 :kind string,
 :network string}
Creates a target VPN gateway in the specified project and region using the data included in the request.(list$ auth parameters)Required parameters: project, region
Optional parameters: filter, maxResults, orderBy, pageToken, returnPartialSuccess
Retrieves a list of target VPN gateways available to the specified project and region.
https://developers.google.com/compute/docs/reference/latest/api/reference/rest/v1/targetVpnGateways/list Required parameters: project, region Optional parameters: filter, maxResults, orderBy, pageToken, returnPartialSuccess Retrieves a list of target VPN gateways available to the specified project and region.
cljdoc builds & hosts documentation for Clojure/Script libraries
| Ctrl+k | Jump to recent docs | 
| ← | Move to previous article | 
| → | Move to next article | 
| Ctrl+/ | Jump to the search field |