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: filter, returnPartialSuccess, orderBy, pageToken, includeAllScopes, maxResults

Retrieves an aggregated list of VPN gateways.

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

Required parameters: project

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

Retrieves an aggregated list of VPN gateways.
raw docstring

delete$clj

(delete$ auth parameters)

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

Required parameters: region, vpnGateway, project

Optional parameters: requestId

Deletes the specified VPN gateway.

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

Required parameters: region, vpnGateway, project

Optional parameters: requestId

Deletes the specified VPN gateway.
raw docstring

get$clj

(get$ auth parameters)

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

Required parameters: vpnGateway, project, region

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: vpnGateway, project, region

Optional parameters: none

Returns the specified VPN gateway. Gets a list of available VPN gateways by making a list() request.
raw 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.
raw docstring

insert$clj

(insert$ auth parameters body)

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

Required parameters: project, region

Optional parameters: requestId

Body:

{:description string, :labels {}, :vpnInterfaces [{:interconnectAttachment string, :ipAddress string, :id integer}], :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: project, region

Optional parameters: requestId

Body: 

{:description string,
 :labels {},
 :vpnInterfaces [{:interconnectAttachment string,
                  :ipAddress string,
                  :id integer}],
 :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.
raw docstring

list$clj

(list$ auth parameters)

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

Required parameters: project, region

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

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: orderBy, returnPartialSuccess, maxResults, filter, pageToken

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

setLabels$clj

(setLabels$ auth parameters body)

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

Required parameters: resource, project, region

Optional parameters: requestId

Body:

{:labels {}, :labelFingerprint string}

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: resource, project, region

Optional parameters: requestId

Body: 

{:labels {}, :labelFingerprint string}

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

testIamPermissions$clj

(testIamPermissions$ auth parameters body)

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

Required parameters: resource, region, project

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: resource, region, project

Optional parameters: none

Body: 

{:permissions [string]}

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

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

× close