HttpHealthChecks
class HttpHealthChecks extends Resource (View source)
The "httpHealthChecks" collection of methods.
Typical usage is:
$computeService = new Google\Service\Compute(...);
$httpHealthChecks = $computeService->httpHealthChecks;
Methods
Deletes the specified HttpHealthCheck resource. (httpHealthChecks.delete)
Returns the specified HttpHealthCheck resource. (httpHealthChecks.get)
Creates a HttpHealthCheck resource in the specified project using the data included in the request. (httpHealthChecks.insert)
Retrieves the list of HttpHealthCheck resources available to the specified project. (httpHealthChecks.listHttpHealthChecks)
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)
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)
HttpHealthCheck
get(string $project, string $httpHealthCheck, array $optParams = [])
Returns the specified HttpHealthCheck resource. (httpHealthChecks.get)
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)
HttpHealthCheckList
listHttpHealthChecks(string $project, array $optParams = [])
Retrieves the list of HttpHealthCheck resources available to the specified project. (httpHealthChecks.listHttpHealthChecks)
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)
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)