class HttpHealthChecks extends Resource (View source)

The "httpHealthChecks" collection of methods.

Typical usage is:

 $computeService = new Google\Service\Compute(...);
 $httpHealthChecks = $computeService->httpHealthChecks;

Methods

delete(string $project, string $httpHealthCheck, array $optParams = [])

Deletes the specified HttpHealthCheck resource. (httpHealthChecks.delete)

get(string $project, string $httpHealthCheck, array $optParams = [])

Returns the specified HttpHealthCheck resource. (httpHealthChecks.get)

insert(string $project, HttpHealthCheck $postBody, array $optParams = [])

Creates a HttpHealthCheck resource in the specified project using the data included in the request. (httpHealthChecks.insert)

listHttpHealthChecks(string $project, array $optParams = [])

Retrieves the list of HttpHealthCheck resources available to the specified project. (httpHealthChecks.listHttpHealthChecks)

patch(string $project, string $httpHealthCheck, HttpHealthCheck $postBody, array $optParams = [])

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. (httpHealthChecks.patch)

update(string $project, string $httpHealthCheck, HttpHealthCheck $postBody, array $optParams = [])

Updates a HttpHealthCheck resource in the specified project using the data included in the request. (httpHealthChecks.update)

Details

Operation delete(string $project, string $httpHealthCheck, array $optParams = [])

Deletes the specified HttpHealthCheck resource. (httpHealthChecks.delete)

Parameters

string $project

Project ID for this request.

string $httpHealthCheck

Name of the HttpHealthCheck resource to delete.

array $optParams

Optional parameters.

Return Value

Operation

Exceptions

Exception

HttpHealthCheck get(string $project, string $httpHealthCheck, array $optParams = [])

Returns the specified HttpHealthCheck resource. (httpHealthChecks.get)

Parameters

string $project

Project ID for this request.

string $httpHealthCheck

Name of the HttpHealthCheck resource to return.

array $optParams

Optional parameters.

Return Value

HttpHealthCheck

Exceptions

Exception

Operation insert(string $project, HttpHealthCheck $postBody, array $optParams = [])

Creates a HttpHealthCheck resource in the specified project using the data included in the request. (httpHealthChecks.insert)

Parameters

string $project

Project ID for this request.

HttpHealthCheck $postBody
array $optParams

Optional parameters.

Return Value

Operation

Exceptions

Exception

HttpHealthCheckList listHttpHealthChecks(string $project, array $optParams = [])

Retrieves the list of HttpHealthCheck resources available to the specified project. (httpHealthChecks.listHttpHealthChecks)

Parameters

string $project

Project ID for this request.

array $optParams

Optional parameters.

Return Value

HttpHealthCheckList

Exceptions

Exception

Operation patch(string $project, string $httpHealthCheck, HttpHealthCheck $postBody, array $optParams = [])

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. (httpHealthChecks.patch)

Parameters

string $project

Project ID for this request.

string $httpHealthCheck

Name of the HttpHealthCheck resource to patch.

HttpHealthCheck $postBody
array $optParams

Optional parameters.

Return Value

Operation

Exceptions

Exception

Operation update(string $project, string $httpHealthCheck, HttpHealthCheck $postBody, array $optParams = [])

Updates a HttpHealthCheck resource in the specified project using the data included in the request. (httpHealthChecks.update)

Parameters

string $project

Project ID for this request.

string $httpHealthCheck

Name of the HttpHealthCheck resource to update.

HttpHealthCheck $postBody
array $optParams

Optional parameters.

Return Value

Operation

Exceptions

Exception