HealthChecks
class HealthChecks extends Resource (View source)
The "healthChecks" collection of methods.
Typical usage is:
$computeService = new Google\Service\Compute(...);
$healthChecks = $computeService->healthChecks;
Methods
Retrieves the list of all HealthCheck resources, regional and global,
available to the specified project. To prevent failure, Google recommends
that you set the returnPartialSuccess
parameter to true
.
Deletes the specified HealthCheck resource. (healthChecks.delete)
Returns the specified HealthCheck resource. (healthChecks.get)
Creates a HealthCheck resource in the specified project using the data included in the request. (healthChecks.insert)
Retrieves the list of HealthCheck resources available to the specified project. (healthChecks.listHealthChecks)
Updates a HealthCheck 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. (healthChecks.patch)
Updates a HealthCheck resource in the specified project using the data included in the request. (healthChecks.update)
Details
HealthChecksAggregatedList
aggregatedList(string $project, array $optParams = [])
Retrieves the list of all HealthCheck resources, regional and global,
available to the specified project. To prevent failure, Google recommends
that you set the returnPartialSuccess
parameter to true
.
(healthChecks.aggregatedList)
Operation
delete(string $project, string $healthCheck, array $optParams = [])
Deletes the specified HealthCheck resource. (healthChecks.delete)
HealthCheck
get(string $project, string $healthCheck, array $optParams = [])
Returns the specified HealthCheck resource. (healthChecks.get)
Operation
insert(string $project, HealthCheck $postBody, array $optParams = [])
Creates a HealthCheck resource in the specified project using the data included in the request. (healthChecks.insert)
HealthCheckList
listHealthChecks(string $project, array $optParams = [])
Retrieves the list of HealthCheck resources available to the specified project. (healthChecks.listHealthChecks)
Operation
patch(string $project, string $healthCheck, HealthCheck $postBody, array $optParams = [])
Updates a HealthCheck 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. (healthChecks.patch)
Operation
update(string $project, string $healthCheck, HealthCheck $postBody, array $optParams = [])
Updates a HealthCheck resource in the specified project using the data included in the request. (healthChecks.update)