Liking cljdoc? Tell your friends :D

happygapi.compute.targetHttpsProxies

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

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

aggregatedList$clj

(aggregatedList$ auth args)

https://developers.google.com/compute/docs/reference/latest/api/reference/rest/v1/targetHttpsProxies/aggregatedList

Required parameters: project

Optional parameters: filter, maxResults, orderBy, pageToken Retrieves the list of all TargetHttpsProxy resources, regional and global, available to the specified project.

https://developers.google.com/compute/docs/reference/latest/api/reference/rest/v1/targetHttpsProxies/aggregatedList

Required parameters: project

Optional parameters: filter, maxResults, orderBy, pageToken
Retrieves the list of all TargetHttpsProxy resources, regional and global, available to the specified project.
sourceraw docstring

delete$clj

(delete$ auth args)

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

Required parameters: project, targetHttpsProxy

Optional parameters: requestId Deletes the specified TargetHttpsProxy resource.

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

Required parameters: project, targetHttpsProxy

Optional parameters: requestId
Deletes the specified TargetHttpsProxy resource.
sourceraw docstring

get$clj

(get$ auth args)

https://developers.google.com/compute/docs/reference/latest/api/reference/rest/v1/targetHttpsProxies/get

Required parameters: project, targetHttpsProxy

Optional parameters: none Returns the specified TargetHttpsProxy resource. Gets a list of available target HTTPS proxies by making a list() request.

https://developers.google.com/compute/docs/reference/latest/api/reference/rest/v1/targetHttpsProxies/get

Required parameters: project, targetHttpsProxy

Optional parameters: none
Returns the specified TargetHttpsProxy resource. Gets a list of available target HTTPS proxies by making a list() request.
sourceraw docstring

insert$clj

(insert$ auth args body)

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

Required parameters: project

Optional parameters: requestId

Body:

{:description string, :creationTimestamp string, :urlMap string, :name string, :quicOverride string, :selfLink string, :region string, :id string, :kind string, :sslPolicy string, :sslCertificates [string]}

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

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

Required parameters: project

Optional parameters: requestId

Body: 

{:description string,
 :creationTimestamp string,
 :urlMap string,
 :name string,
 :quicOverride string,
 :selfLink string,
 :region string,
 :id string,
 :kind string,
 :sslPolicy string,
 :sslCertificates [string]}

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

list$clj

(list$ auth args)

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

Required parameters: project

Optional parameters: filter, maxResults, orderBy, pageToken Retrieves the list of TargetHttpsProxy resources available to the specified project.

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

Required parameters: project

Optional parameters: filter, maxResults, orderBy, pageToken
Retrieves the list of TargetHttpsProxy resources available to the specified project.
sourceraw docstring

setQuicOverride$clj

(setQuicOverride$ auth args body)

https://developers.google.com/compute/docs/reference/latest/api/reference/rest/v1/targetHttpsProxies/setQuicOverride

Required parameters: project, targetHttpsProxy

Optional parameters: requestId

Body:

{:quicOverride string}

Sets the QUIC override policy for TargetHttpsProxy.

https://developers.google.com/compute/docs/reference/latest/api/reference/rest/v1/targetHttpsProxies/setQuicOverride

Required parameters: project, targetHttpsProxy

Optional parameters: requestId

Body: 

{:quicOverride string}

Sets the QUIC override policy for TargetHttpsProxy.
sourceraw docstring

setSslCertificates$clj

(setSslCertificates$ auth args body)

https://developers.google.com/compute/docs/reference/latest/api/reference/rest/v1/targetHttpsProxies/setSslCertificates

Required parameters: project, targetHttpsProxy

Optional parameters: requestId

Body:

{:sslCertificates [string]}

Replaces SslCertificates for TargetHttpsProxy.

https://developers.google.com/compute/docs/reference/latest/api/reference/rest/v1/targetHttpsProxies/setSslCertificates

Required parameters: project, targetHttpsProxy

Optional parameters: requestId

Body: 

{:sslCertificates [string]}

Replaces SslCertificates for TargetHttpsProxy.
sourceraw docstring

setSslPolicy$clj

(setSslPolicy$ auth args body)

https://developers.google.com/compute/docs/reference/latest/api/reference/rest/v1/targetHttpsProxies/setSslPolicy

Required parameters: project, targetHttpsProxy

Optional parameters: requestId

Body:

{:sslPolicy string}

Sets the SSL policy for TargetHttpsProxy. The SSL policy specifies the server-side support for SSL features. This affects connections between clients and the HTTPS 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/targetHttpsProxies/setSslPolicy

Required parameters: project, targetHttpsProxy

Optional parameters: requestId

Body: 

{:sslPolicy string}

Sets the SSL policy for TargetHttpsProxy. The SSL policy specifies the server-side support for SSL features. This affects connections between clients and the HTTPS proxy load balancer. They do not affect the connection between the load balancer and the backends.
sourceraw docstring

setUrlMap$clj

(setUrlMap$ auth args body)

https://developers.google.com/compute/docs/reference/latest/api/reference/rest/v1/targetHttpsProxies/setUrlMap

Required parameters: project, targetHttpsProxy

Optional parameters: requestId

Body:

{:urlMap string}

Changes the URL map for TargetHttpsProxy.

https://developers.google.com/compute/docs/reference/latest/api/reference/rest/v1/targetHttpsProxies/setUrlMap

Required parameters: project, targetHttpsProxy

Optional parameters: requestId

Body: 

{:urlMap string}

Changes the URL map for TargetHttpsProxy.
sourceraw docstring

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

× close