Liking cljdoc? Tell your friends :D

happygapi.compute.externalVpnGateways

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

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

delete$clj

(delete$ auth parameters)

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

Required parameters: externalVpnGateway, project

Optional parameters: requestId

Deletes the specified externalVpnGateway.

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

Required parameters: externalVpnGateway, project

Optional parameters: requestId

Deletes the specified externalVpnGateway.
sourceraw docstring

get$clj

(get$ auth parameters)

https://cloud.google.com/compute/api/reference/rest/v1/externalVpnGateways/get

Required parameters: externalVpnGateway, project

Optional parameters: none

Returns the specified externalVpnGateway. Get a list of available externalVpnGateways by making a list() request.

https://cloud.google.com/compute/api/reference/rest/v1/externalVpnGateways/get

Required parameters: externalVpnGateway, project

Optional parameters: none

Returns the specified externalVpnGateway. Get a list of available externalVpnGateways by making a list() request.
sourceraw docstring

insert$clj

(insert$ auth parameters body)

https://cloud.google.com/compute/api/reference/rest/v1/externalVpnGateways/insert

Required parameters: project

Optional parameters: requestId

Body:

{:description string, :interfaces [{:id integer, :ipAddress string}], :labels {}, :redundancyType string, :creationTimestamp string, :name string, :selfLink string, :id string, :kind string, :labelFingerprint string}

Creates a ExternalVpnGateway in the specified project using the data included in the request.

https://cloud.google.com/compute/api/reference/rest/v1/externalVpnGateways/insert

Required parameters: project

Optional parameters: requestId

Body: 

{:description string,
 :interfaces [{:id integer, :ipAddress string}],
 :labels {},
 :redundancyType string,
 :creationTimestamp string,
 :name string,
 :selfLink string,
 :id string,
 :kind string,
 :labelFingerprint string}

Creates a ExternalVpnGateway in the specified project using the data included in the request.
sourceraw docstring

list$clj

(list$ auth parameters)

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

Required parameters: project

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

Retrieves the list of ExternalVpnGateway available to the specified project.

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

Required parameters: project

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

Retrieves the list of ExternalVpnGateway available to the specified project.
sourceraw docstring

setLabels$clj

(setLabels$ auth parameters body)

https://cloud.google.com/compute/api/reference/rest/v1/externalVpnGateways/setLabels

Required parameters: project, resource

Optional parameters: none

Body:

{:labelFingerprint string, :labels {}}

Sets the labels on an ExternalVpnGateway. To learn more about labels, read the Labeling Resources documentation.

https://cloud.google.com/compute/api/reference/rest/v1/externalVpnGateways/setLabels

Required parameters: project, resource

Optional parameters: none

Body: 

{:labelFingerprint string, :labels {}}

Sets the labels on an ExternalVpnGateway. To learn more about labels, read the Labeling Resources documentation.
sourceraw docstring

testIamPermissions$clj

(testIamPermissions$ auth parameters body)

https://cloud.google.com/compute/api/reference/rest/v1/externalVpnGateways/testIamPermissions

Required parameters: project, resource

Optional parameters: none

Body:

{:permissions [string]}

Returns permissions that a caller has on the specified resource.

https://cloud.google.com/compute/api/reference/rest/v1/externalVpnGateways/testIamPermissions

Required parameters: project, resource

Optional parameters: none

Body: 

{:permissions [string]}

Returns permissions that a caller has on the specified resource.
sourceraw docstring

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

× close