Liking cljdoc? Tell your friends :D

happygapi.compute.httpsHealthChecks

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

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

delete$clj

(delete$ auth parameters)

https://cloud.google.com/compute/api/reference/rest/v1/httpsHealthChecks/delete

Required parameters: project, httpsHealthCheck

Optional parameters: requestId

Deletes the specified HttpsHealthCheck resource.

https://cloud.google.com/compute/api/reference/rest/v1/httpsHealthChecks/delete

Required parameters: project, httpsHealthCheck

Optional parameters: requestId

Deletes the specified HttpsHealthCheck resource.
sourceraw docstring

get$clj

(get$ auth parameters)

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

Required parameters: project, httpsHealthCheck

Optional parameters: none

Returns the specified HttpsHealthCheck resource. Gets a list of available HTTPS health checks by making a list() request.

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

Required parameters: project, httpsHealthCheck

Optional parameters: none

Returns the specified HttpsHealthCheck resource. Gets a list of available HTTPS health checks by making a list() request.
sourceraw docstring

insert$clj

(insert$ auth parameters body)

https://cloud.google.com/compute/api/reference/rest/v1/httpsHealthChecks/insert

Required parameters: project

Optional parameters: requestId

Body:

{:description string, :creationTimestamp string, :healthyThreshold integer, :name string, :selfLink string, :port integer, :host string, :requestPath string, :id string, :kind string, :checkIntervalSec integer, :timeoutSec integer, :unhealthyThreshold integer}

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

https://cloud.google.com/compute/api/reference/rest/v1/httpsHealthChecks/insert

Required parameters: project

Optional parameters: requestId

Body: 

{:description string,
 :creationTimestamp string,
 :healthyThreshold integer,
 :name string,
 :selfLink string,
 :port integer,
 :host string,
 :requestPath string,
 :id string,
 :kind string,
 :checkIntervalSec integer,
 :timeoutSec integer,
 :unhealthyThreshold integer}

Creates a HttpsHealthCheck 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/httpsHealthChecks/list

Required parameters: project

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

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

https://cloud.google.com/compute/api/reference/rest/v1/httpsHealthChecks/list

Required parameters: project

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

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

patch$clj

(patch$ auth parameters body)

https://cloud.google.com/compute/api/reference/rest/v1/httpsHealthChecks/patch

Required parameters: httpsHealthCheck, project

Optional parameters: requestId

Body:

{:description string, :creationTimestamp string, :healthyThreshold integer, :name string, :selfLink string, :port integer, :host string, :requestPath string, :id string, :kind string, :checkIntervalSec integer, :timeoutSec integer, :unhealthyThreshold integer}

Updates a HttpsHealthCheck resource in the specified project using the data included in the request. This method supports PATCH semantics and uses the JSON merge patch format and processing rules.

https://cloud.google.com/compute/api/reference/rest/v1/httpsHealthChecks/patch

Required parameters: httpsHealthCheck, project

Optional parameters: requestId

Body: 

{:description string,
 :creationTimestamp string,
 :healthyThreshold integer,
 :name string,
 :selfLink string,
 :port integer,
 :host string,
 :requestPath string,
 :id string,
 :kind string,
 :checkIntervalSec integer,
 :timeoutSec integer,
 :unhealthyThreshold integer}

Updates a HttpsHealthCheck resource in the specified project using the data included in the request. This method supports PATCH semantics and uses the JSON merge patch format and processing rules.
sourceraw docstring

update$clj

(update$ auth parameters body)

https://cloud.google.com/compute/api/reference/rest/v1/httpsHealthChecks/update

Required parameters: httpsHealthCheck, project

Optional parameters: requestId

Body:

{:description string, :creationTimestamp string, :healthyThreshold integer, :name string, :selfLink string, :port integer, :host string, :requestPath string, :id string, :kind string, :checkIntervalSec integer, :timeoutSec integer, :unhealthyThreshold integer}

Updates a HttpsHealthCheck resource in the specified project using the data included in the request.

https://cloud.google.com/compute/api/reference/rest/v1/httpsHealthChecks/update

Required parameters: httpsHealthCheck, project

Optional parameters: requestId

Body: 

{:description string,
 :creationTimestamp string,
 :healthyThreshold integer,
 :name string,
 :selfLink string,
 :port integer,
 :host string,
 :requestPath string,
 :id string,
 :kind string,
 :checkIntervalSec integer,
 :timeoutSec integer,
 :unhealthyThreshold integer}

Updates a HttpsHealthCheck resource in the specified project using the data included in the request.
sourceraw docstring

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

× close