RegionHealthChecks
class RegionHealthChecks extends Resource (View source)
The "regionHealthChecks" collection of methods.
Typical usage is:
$computeService = new Google\Service\Compute(...);
$regionHealthChecks = $computeService->regionHealthChecks;
Methods
Deletes the specified HealthCheck resource. (regionHealthChecks.delete)
Returns the specified HealthCheck resource. (regionHealthChecks.get)
Creates a HealthCheck resource in the specified project using the data included in the request. (regionHealthChecks.insert)
Retrieves the list of HealthCheck resources available to the specified project. (regionHealthChecks.listRegionHealthChecks)
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. (regionHealthChecks.patch)
Updates a HealthCheck resource in the specified project using the data included in the request. (regionHealthChecks.update)
Details
Operation
delete(string $project, string $region, string $healthCheck, array $optParams = [])
Deletes the specified HealthCheck resource. (regionHealthChecks.delete)
HealthCheck
get(string $project, string $region, string $healthCheck, array $optParams = [])
Returns the specified HealthCheck resource. (regionHealthChecks.get)
Operation
insert(string $project, string $region, HealthCheck $postBody, array $optParams = [])
Creates a HealthCheck resource in the specified project using the data included in the request. (regionHealthChecks.insert)
HealthCheckList
listRegionHealthChecks(string $project, string $region, array $optParams = [])
Retrieves the list of HealthCheck resources available to the specified project. (regionHealthChecks.listRegionHealthChecks)
Operation
patch(string $project, string $region, 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. (regionHealthChecks.patch)
Operation
update(string $project, string $region, string $healthCheck, HealthCheck $postBody, array $optParams = [])
Updates a HealthCheck resource in the specified project using the data included in the request. (regionHealthChecks.update)