Liking cljdoc? Tell your friends :D

happygapi.compute.targetVpnGateways

Compute Engine API: targetVpnGateways. Creates and runs virtual machines on Google Cloud Platform. See: https://cloud.google.com/compute/api/reference/rest/v1/targetVpnGateways

Compute Engine API: targetVpnGateways.
Creates and runs virtual machines on Google Cloud Platform. 
See: https://cloud.google.com/compute/api/reference/rest/v1/targetVpnGateways
raw docstring

aggregatedList$clj

(aggregatedList$ auth parameters)

https://cloud.google.com/compute/api/reference/rest/v1/targetVpnGateways/aggregatedList

Required parameters: project

Optional parameters: maxResults, returnPartialSuccess, pageToken, includeAllScopes, filter, orderBy

Retrieves an aggregated list of target VPN gateways.

https://cloud.google.com/compute/api/reference/rest/v1/targetVpnGateways/aggregatedList

Required parameters: project

Optional parameters: maxResults, returnPartialSuccess, pageToken, includeAllScopes, filter, orderBy

Retrieves an aggregated list of target VPN gateways.
sourceraw docstring

delete$clj

(delete$ auth parameters)

https://cloud.google.com/compute/api/reference/rest/v1/targetVpnGateways/delete

Required parameters: project, region, targetVpnGateway

Optional parameters: requestId

Deletes the specified target VPN gateway.

https://cloud.google.com/compute/api/reference/rest/v1/targetVpnGateways/delete

Required parameters: project, region, targetVpnGateway

Optional parameters: requestId

Deletes the specified target VPN gateway.
sourceraw docstring

get$clj

(get$ auth parameters)

https://cloud.google.com/compute/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.

https://cloud.google.com/compute/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.
sourceraw docstring

insert$clj

(insert$ auth parameters body)

https://cloud.google.com/compute/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.

https://cloud.google.com/compute/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.
sourceraw docstring

list$clj

(list$ auth parameters)

https://cloud.google.com/compute/api/reference/rest/v1/targetVpnGateways/list

Required parameters: region, project

Optional parameters: filter, pageToken, returnPartialSuccess, orderBy, maxResults

Retrieves a list of target VPN gateways available to the specified project and region.

https://cloud.google.com/compute/api/reference/rest/v1/targetVpnGateways/list

Required parameters: region, project

Optional parameters: filter, pageToken, returnPartialSuccess, orderBy, maxResults

Retrieves a list of target VPN gateways available to the specified project and region.
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close