Liking cljdoc? Tell your friends :D

happygapi.compute.targetPools

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

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

addHealthCheck$clj

(addHealthCheck$ auth parameters body)

https://cloud.google.com/compute/api/reference/rest/v1/targetPools/addHealthCheck

Required parameters: region, project, targetPool

Optional parameters: requestId

Body:

{:healthChecks [{:healthCheck string}]}

Adds health check URLs to a target pool.

https://cloud.google.com/compute/api/reference/rest/v1/targetPools/addHealthCheck

Required parameters: region, project, targetPool

Optional parameters: requestId

Body: 

{:healthChecks [{:healthCheck string}]}

Adds health check URLs to a target pool.
sourceraw docstring

addInstance$clj

(addInstance$ auth parameters body)

https://cloud.google.com/compute/api/reference/rest/v1/targetPools/addInstance

Required parameters: region, targetPool, project

Optional parameters: requestId

Body:

{:instances [{:instance string}]}

Adds an instance to a target pool.

https://cloud.google.com/compute/api/reference/rest/v1/targetPools/addInstance

Required parameters: region, targetPool, project

Optional parameters: requestId

Body: 

{:instances [{:instance string}]}

Adds an instance to a target pool.
sourceraw docstring

aggregatedList$clj

(aggregatedList$ auth parameters)

https://cloud.google.com/compute/api/reference/rest/v1/targetPools/aggregatedList

Required parameters: project

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

Retrieves an aggregated list of target pools.

https://cloud.google.com/compute/api/reference/rest/v1/targetPools/aggregatedList

Required parameters: project

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

Retrieves an aggregated list of target pools.
sourceraw docstring

delete$clj

(delete$ auth parameters)

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

Required parameters: targetPool, region, project

Optional parameters: requestId

Deletes the specified target pool.

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

Required parameters: targetPool, region, project

Optional parameters: requestId

Deletes the specified target pool.
sourceraw docstring

get$clj

(get$ auth parameters)

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

Required parameters: project, targetPool, region

Optional parameters: none

Returns the specified target pool. Gets a list of available target pools by making a list() request.

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

Required parameters: project, targetPool, region

Optional parameters: none

Returns the specified target pool. Gets a list of available target pools by making a list() request.
sourceraw docstring

getHealth$clj

(getHealth$ auth parameters body)

https://cloud.google.com/compute/api/reference/rest/v1/targetPools/getHealth

Required parameters: project, region, targetPool

Optional parameters: none

Body:

{:instance string}

Gets the most recent health check results for each IP for the instance that is referenced by the given target pool.

https://cloud.google.com/compute/api/reference/rest/v1/targetPools/getHealth

Required parameters: project, region, targetPool

Optional parameters: none

Body: 

{:instance string}

Gets the most recent health check results for each IP for the instance that is referenced by the given target pool.
sourceraw docstring

insert$clj

(insert$ auth parameters body)

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

Required parameters: region, project

Optional parameters: requestId

Body:

{:description string, :failoverRatio number, :creationTimestamp string, :name string, :selfLink string, :healthChecks [string], :region string, :instances [string], :id string, :kind string, :backupPool string, :sessionAffinity string}

Creates a target pool in the specified project and region using the data included in the request.

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

Required parameters: region, project

Optional parameters: requestId

Body: 

{:description string,
 :failoverRatio number,
 :creationTimestamp string,
 :name string,
 :selfLink string,
 :healthChecks [string],
 :region string,
 :instances [string],
 :id string,
 :kind string,
 :backupPool string,
 :sessionAffinity string}

Creates a target pool in the specified project and region using the data included in the request.
sourceraw docstring

list$clj

(list$ auth parameters)

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

Required parameters: project, region

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

Retrieves a list of target pools available to the specified project and region.

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

Required parameters: project, region

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

Retrieves a list of target pools available to the specified project and region.
sourceraw docstring

removeHealthCheck$clj

(removeHealthCheck$ auth parameters body)

https://cloud.google.com/compute/api/reference/rest/v1/targetPools/removeHealthCheck

Required parameters: project, region, targetPool

Optional parameters: requestId

Body:

{:healthChecks [{:healthCheck string}]}

Removes health check URL from a target pool.

https://cloud.google.com/compute/api/reference/rest/v1/targetPools/removeHealthCheck

Required parameters: project, region, targetPool

Optional parameters: requestId

Body: 

{:healthChecks [{:healthCheck string}]}

Removes health check URL from a target pool.
sourceraw docstring

removeInstance$clj

(removeInstance$ auth parameters body)

https://cloud.google.com/compute/api/reference/rest/v1/targetPools/removeInstance

Required parameters: project, targetPool, region

Optional parameters: requestId

Body:

{:instances [{:instance string}]}

Removes instance URL from a target pool.

https://cloud.google.com/compute/api/reference/rest/v1/targetPools/removeInstance

Required parameters: project, targetPool, region

Optional parameters: requestId

Body: 

{:instances [{:instance string}]}

Removes instance URL from a target pool.
sourceraw docstring

setBackup$clj

(setBackup$ auth parameters body)

https://cloud.google.com/compute/api/reference/rest/v1/targetPools/setBackup

Required parameters: project, targetPool, region

Optional parameters: requestId, failoverRatio

Body:

{:target string}

Changes a backup target pool's configurations.

https://cloud.google.com/compute/api/reference/rest/v1/targetPools/setBackup

Required parameters: project, targetPool, region

Optional parameters: requestId, failoverRatio

Body: 

{:target string}

Changes a backup target pool's configurations.
sourceraw docstring

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

× close