Liking cljdoc? Tell your friends :D

happygapi.compute.vpnGateways

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

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

aggregatedList$clj

(aggregatedList$ auth parameters)

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

Required parameters: project

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

Retrieves an aggregated list of VPN gateways.

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

Required parameters: project

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

Retrieves an aggregated list of VPN gateways.
sourceraw docstring

delete$clj

(delete$ auth parameters)

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

Required parameters: vpnGateway, region, project

Optional parameters: requestId

Deletes the specified VPN gateway.

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

Required parameters: vpnGateway, region, project

Optional parameters: requestId

Deletes the specified VPN gateway.
sourceraw docstring

get$clj

(get$ auth parameters)

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

Required parameters: project, region, vpnGateway

Optional parameters: none

Returns the specified VPN gateway. Gets a list of available VPN gateways by making a list() request.

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

Required parameters: project, region, vpnGateway

Optional parameters: none

Returns the specified VPN gateway. Gets a list of available VPN gateways by making a list() request.
sourceraw docstring

getStatus$clj

(getStatus$ auth parameters)

https://cloud.google.com/compute/api/reference/rest/v1/vpnGateways/getStatus

Required parameters: region, project, vpnGateway

Optional parameters: none

Returns the status for the specified VPN gateway.

https://cloud.google.com/compute/api/reference/rest/v1/vpnGateways/getStatus

Required parameters: region, project, vpnGateway

Optional parameters: none

Returns the status for the specified VPN gateway.
sourceraw docstring

insert$clj

(insert$ auth parameters body)

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

Required parameters: region, project

Optional parameters: requestId

Body:

{:description string, :labels {}, :vpnInterfaces [{:ipAddress string, :id integer, :interconnectAttachment string}], :creationTimestamp string, :name string, :selfLink string, :region string, :id string, :kind string, :network string, :labelFingerprint string}

Creates a VPN gateway in the specified project and region using the data included in the request.

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

Required parameters: region, project

Optional parameters: requestId

Body: 

{:description string,
 :labels {},
 :vpnInterfaces [{:ipAddress string,
                  :id integer,
                  :interconnectAttachment string}],
 :creationTimestamp string,
 :name string,
 :selfLink string,
 :region string,
 :id string,
 :kind string,
 :network string,
 :labelFingerprint string}

Creates a 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/vpnGateways/list

Required parameters: project, region

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

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

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

Required parameters: project, region

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

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

setLabels$clj

(setLabels$ auth parameters body)

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

Required parameters: project, resource, region

Optional parameters: requestId

Body:

{:labelFingerprint string, :labels {}}

Sets the labels on a VpnGateway. To learn more about labels, read the Labeling Resources documentation.

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

Required parameters: project, resource, region

Optional parameters: requestId

Body: 

{:labelFingerprint string, :labels {}}

Sets the labels on a VpnGateway. 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/vpnGateways/testIamPermissions

Required parameters: project, resource, region

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/vpnGateways/testIamPermissions

Required parameters: project, resource, region

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