Liking cljdoc? Tell your friends :D

happygapi.compute.targetTcpProxies

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

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

delete$clj

(delete$ auth parameters)

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

Required parameters: project, targetTcpProxy

Optional parameters: requestId

Deletes the specified TargetTcpProxy resource.

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

Required parameters: project, targetTcpProxy

Optional parameters: requestId

Deletes the specified TargetTcpProxy resource.
sourceraw docstring

get$clj

(get$ auth parameters)

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

Required parameters: project, targetTcpProxy

Optional parameters: none

Returns the specified TargetTcpProxy resource. Gets a list of available target TCP proxies by making a list() request.

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

Required parameters: project, targetTcpProxy

Optional parameters: none

Returns the specified TargetTcpProxy resource. Gets a list of available target TCP proxies by making a list() request.
sourceraw docstring

insert$clj

(insert$ auth parameters body)

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

Required parameters: project

Optional parameters: requestId

Body:

{:description string, :service string, :proxyHeader string, :creationTimestamp string, :name string, :selfLink string, :id string, :kind string, :proxyBind boolean}

Creates a TargetTcpProxy resource in the specified project using the data included in the request.

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

Required parameters: project

Optional parameters: requestId

Body: 

{:description string,
 :service string,
 :proxyHeader string,
 :creationTimestamp string,
 :name string,
 :selfLink string,
 :id string,
 :kind string,
 :proxyBind boolean}

Creates a TargetTcpProxy resource 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/targetTcpProxies/list

Required parameters: project

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

Retrieves the list of TargetTcpProxy resources available to the specified project.

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

Required parameters: project

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

Retrieves the list of TargetTcpProxy resources available to the specified project.
sourceraw docstring

setBackendService$clj

(setBackendService$ auth parameters body)

https://cloud.google.com/compute/api/reference/rest/v1/targetTcpProxies/setBackendService

Required parameters: targetTcpProxy, project

Optional parameters: requestId

Body:

{:service string}

Changes the BackendService for TargetTcpProxy.

https://cloud.google.com/compute/api/reference/rest/v1/targetTcpProxies/setBackendService

Required parameters: targetTcpProxy, project

Optional parameters: requestId

Body: 

{:service string}

Changes the BackendService for TargetTcpProxy.
sourceraw docstring

setProxyHeader$clj

(setProxyHeader$ auth parameters body)

https://cloud.google.com/compute/api/reference/rest/v1/targetTcpProxies/setProxyHeader

Required parameters: project, targetTcpProxy

Optional parameters: requestId

Body:

{:proxyHeader string}

Changes the ProxyHeaderType for TargetTcpProxy.

https://cloud.google.com/compute/api/reference/rest/v1/targetTcpProxies/setProxyHeader

Required parameters: project, targetTcpProxy

Optional parameters: requestId

Body: 

{:proxyHeader string}

Changes the ProxyHeaderType for TargetTcpProxy.
sourceraw docstring

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

× close