Liking cljdoc? Tell your friends :D

happygapi.compute.httpHealthChecks

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

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

delete$clj

(delete$ auth parameters)

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

Required parameters: project, httpHealthCheck

Optional parameters: requestId

Deletes the specified HttpHealthCheck resource.

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

Required parameters: project, httpHealthCheck

Optional parameters: requestId

Deletes the specified HttpHealthCheck resource.
sourceraw docstring

get$clj

(get$ auth parameters)

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

Required parameters: httpHealthCheck, project

Optional parameters: none

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

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

Required parameters: httpHealthCheck, project

Optional parameters: none

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

insert$clj

(insert$ auth parameters body)

https://cloud.google.com/compute/api/reference/rest/v1/httpHealthChecks/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 HttpHealthCheck resource in the specified project using the data included in the request.

https://cloud.google.com/compute/api/reference/rest/v1/httpHealthChecks/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 HttpHealthCheck 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/httpHealthChecks/list

Required parameters: project

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

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

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

Required parameters: project

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

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

patch$clj

(patch$ auth parameters body)

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

Required parameters: project, httpHealthCheck

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 HttpHealthCheck 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/httpHealthChecks/patch

Required parameters: project, httpHealthCheck

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 HttpHealthCheck 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/httpHealthChecks/update

Required parameters: httpHealthCheck, 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 HttpHealthCheck resource in the specified project using the data included in the request.

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

Required parameters: httpHealthCheck, 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 HttpHealthCheck 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