Compute Engine API: targetSslProxies. Creates and runs virtual machines on Google Cloud Platform. See: https://developers.google.com/compute/docs/reference/latest/api/reference/rest/v1/targetSslProxies
Compute Engine API: targetSslProxies. Creates and runs virtual machines on Google Cloud Platform. See: https://developers.google.com/compute/docs/reference/latest/api/reference/rest/v1/targetSslProxies
(delete$ auth args)Required parameters: project, targetSslProxy
Optional parameters: requestId Deletes the specified TargetSslProxy resource.
https://developers.google.com/compute/docs/reference/latest/api/reference/rest/v1/targetSslProxies/delete Required parameters: project, targetSslProxy Optional parameters: requestId Deletes the specified TargetSslProxy resource.
(get$ auth args)Required parameters: project, targetSslProxy
Optional parameters: none Returns the specified TargetSslProxy resource. Gets a list of available target SSL proxies by making a list() request.
https://developers.google.com/compute/docs/reference/latest/api/reference/rest/v1/targetSslProxies/get Required parameters: project, targetSslProxy Optional parameters: none Returns the specified TargetSslProxy resource. Gets a list of available target SSL proxies by making a list() request.
(insert$ auth args body)Required parameters: project
Optional parameters: requestId
Body:
{:description string, :service string, :proxyHeader string, :creationTimestamp string, :name string, :selfLink string, :id string, :kind string, :sslPolicy string, :sslCertificates [string]}
Creates a TargetSslProxy resource in the specified project using the data included in the request.
https://developers.google.com/compute/docs/reference/latest/api/reference/rest/v1/targetSslProxies/insert
Required parameters: project
Optional parameters: requestId
Body:
{:description string,
:service string,
:proxyHeader string,
:creationTimestamp string,
:name string,
:selfLink string,
:id string,
:kind string,
:sslPolicy string,
:sslCertificates [string]}
Creates a TargetSslProxy resource in the specified project using the data included in the request.(list$ auth args)Required parameters: project
Optional parameters: filter, maxResults, orderBy, pageToken Retrieves the list of TargetSslProxy resources available to the specified project.
https://developers.google.com/compute/docs/reference/latest/api/reference/rest/v1/targetSslProxies/list Required parameters: project Optional parameters: filter, maxResults, orderBy, pageToken Retrieves the list of TargetSslProxy resources available to the specified project.
(setBackendService$ auth args body)Required parameters: project, targetSslProxy
Optional parameters: requestId
Body:
{:service string}
Changes the BackendService for TargetSslProxy.
https://developers.google.com/compute/docs/reference/latest/api/reference/rest/v1/targetSslProxies/setBackendService
Required parameters: project, targetSslProxy
Optional parameters: requestId
Body:
{:service string}
Changes the BackendService for TargetSslProxy.(setProxyHeader$ auth args body)Required parameters: project, targetSslProxy
Optional parameters: requestId
Body:
{:proxyHeader string}
Changes the ProxyHeaderType for TargetSslProxy.
https://developers.google.com/compute/docs/reference/latest/api/reference/rest/v1/targetSslProxies/setProxyHeader
Required parameters: project, targetSslProxy
Optional parameters: requestId
Body:
{:proxyHeader string}
Changes the ProxyHeaderType for TargetSslProxy.(setSslCertificates$ auth args body)Required parameters: project, targetSslProxy
Optional parameters: requestId
Body:
{:sslCertificates [string]}
Changes SslCertificates for TargetSslProxy.
https://developers.google.com/compute/docs/reference/latest/api/reference/rest/v1/targetSslProxies/setSslCertificates
Required parameters: project, targetSslProxy
Optional parameters: requestId
Body:
{:sslCertificates [string]}
Changes SslCertificates for TargetSslProxy.(setSslPolicy$ auth args body)Required parameters: project, targetSslProxy
Optional parameters: requestId
Body:
{:sslPolicy string}
Sets the SSL policy for TargetSslProxy. The SSL policy specifies the server-side support for SSL features. This affects connections between clients and the SSL proxy load balancer. They do not affect the connection between the load balancer and the backends.
https://developers.google.com/compute/docs/reference/latest/api/reference/rest/v1/targetSslProxies/setSslPolicy
Required parameters: project, targetSslProxy
Optional parameters: requestId
Body:
{:sslPolicy string}
Sets the SSL policy for TargetSslProxy. The SSL policy specifies the server-side support for SSL features. This affects connections between clients and the SSL proxy load balancer. They do not affect the connection between the load balancer and the backends.cljdoc builds & hosts documentation for Clojure/Script libraries
| Ctrl+k | Jump to recent docs |
| ← | Move to previous article |
| → | Move to next article |
| Ctrl+/ | Jump to the search field |