Compute Engine API: targetTcpProxies. Creates and runs virtual machines on Google Cloud Platform. See: https://cloud.google.com/compute/docs/reference/rest/v1/targetTcpProxies
Compute Engine API: targetTcpProxies. Creates and runs virtual machines on Google Cloud Platform. See: https://cloud.google.com/compute/docs/reference/rest/v1/targetTcpProxies
(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`.
(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.
(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.
(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.
(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.
(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.
(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.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close