Liking cljdoc? Tell your friends :D

happygapi.compute.targetTcpProxies

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

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

delete$clj

(delete$ auth parameters)

https://developers.google.com/compute/docs/reference/latest/api/reference/rest/v1/targetTcpProxies/delete

Required parameters: project, targetTcpProxy

Optional parameters: requestId

Deletes the specified TargetTcpProxy resource.

https://developers.google.com/compute/docs/reference/latest/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://developers.google.com/compute/docs/reference/latest/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://developers.google.com/compute/docs/reference/latest/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://developers.google.com/compute/docs/reference/latest/api/reference/rest/v1/targetTcpProxies/insert

Required parameters: project

Optional parameters: requestId

Body:

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

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

https://developers.google.com/compute/docs/reference/latest/api/reference/rest/v1/targetTcpProxies/insert

Required parameters: project

Optional parameters: requestId

Body: 

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

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

list$clj

(list$ auth parameters)

https://developers.google.com/compute/docs/reference/latest/api/reference/rest/v1/targetTcpProxies/list

Required parameters: project

Optional parameters: filter, maxResults, orderBy, pageToken

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

https://developers.google.com/compute/docs/reference/latest/api/reference/rest/v1/targetTcpProxies/list

Required parameters: project

Optional parameters: filter, maxResults, orderBy, pageToken

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

setBackendService$clj

(setBackendService$ auth parameters body)

https://developers.google.com/compute/docs/reference/latest/api/reference/rest/v1/targetTcpProxies/setBackendService

Required parameters: project, targetTcpProxy

Optional parameters: requestId

Body:

{:service string}

Changes the BackendService for TargetTcpProxy.

https://developers.google.com/compute/docs/reference/latest/api/reference/rest/v1/targetTcpProxies/setBackendService

Required parameters: project, targetTcpProxy

Optional parameters: requestId

Body: 

{:service string}

Changes the BackendService for TargetTcpProxy.
sourceraw docstring

setProxyHeader$clj

(setProxyHeader$ auth parameters body)

https://developers.google.com/compute/docs/reference/latest/api/reference/rest/v1/targetTcpProxies/setProxyHeader

Required parameters: project, targetTcpProxy

Optional parameters: requestId

Body:

{:proxyHeader string}

Changes the ProxyHeaderType for TargetTcpProxy.

https://developers.google.com/compute/docs/reference/latest/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