Liking cljdoc? Tell your friends :D

happygapi.compute.httpsHealthChecks

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

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

delete$clj

(delete$ auth args)

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

Required parameters: httpsHealthCheck, project

Optional parameters: requestId Deletes the specified HttpsHealthCheck resource.

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

Required parameters: httpsHealthCheck, project

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

get$clj

(get$ auth args)

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

Required parameters: httpsHealthCheck, project

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

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

Required parameters: httpsHealthCheck, project

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 args body)

https://developers.google.com/compute/docs/reference/latest/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://developers.google.com/compute/docs/reference/latest/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 args)

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

Required parameters: project

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

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

Required parameters: project

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

patch$clj

(patch$ auth args body)

https://developers.google.com/compute/docs/reference/latest/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://developers.google.com/compute/docs/reference/latest/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 args body)

https://developers.google.com/compute/docs/reference/latest/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://developers.google.com/compute/docs/reference/latest/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