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

aggregatedList$clj

(aggregatedList$ auth parameters)

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

Required parameters: project

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

Retrieves the list of all TargetTcpProxy resources, regional and global, available to the specified project. To prevent failure, Google recommends that you set the returnPartialSuccess parameter to true.

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

Required parameters: project

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

Retrieves the list of all TargetTcpProxy resources, regional and global, available to the specified project. To prevent failure, Google recommends that you set the `returnPartialSuccess` parameter to `true`.
sourceraw 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.

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

Required parameters: project, targetTcpProxy

Optional parameters: none

Returns the specified TargetTcpProxy resource.
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, :region 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,
 :region 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: filter, maxResults, orderBy, pageToken, returnPartialSuccess

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

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: project, targetTcpProxy

Optional parameters: requestId

Body:

{:service string}

Changes the BackendService for TargetTcpProxy.

https://cloud.google.com/compute/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://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