RegionHealthCheckServices
class RegionHealthCheckServices extends Resource (View source)
The "regionHealthCheckServices" collection of methods.
Typical usage is:
$computeService = new Google\Service\Compute(...);
$regionHealthCheckServices = $computeService->regionHealthCheckServices;
Methods
Deletes the specified regional HealthCheckService.
Returns the specified regional HealthCheckService resource.
Creates a regional HealthCheckService resource in the specified project and region using the data included in the request.
Lists all the HealthCheckService resources that have been configured for the specified project in the given region.
Updates the specified regional HealthCheckService resource with the data included in the request. This method supports PATCH semantics and uses the JSON merge patch format and processing rules.
Details
Operation
delete(string $project, string $region, string $healthCheckService, array $optParams = [])
Deletes the specified regional HealthCheckService.
(regionHealthCheckServices.delete)
HealthCheckService
get(string $project, string $region, string $healthCheckService, array $optParams = [])
Returns the specified regional HealthCheckService resource.
(regionHealthCheckServices.get)
Operation
insert(string $project, string $region, HealthCheckService $postBody, array $optParams = [])
Creates a regional HealthCheckService resource in the specified project and region using the data included in the request.
(regionHealthCheckServices.insert)
HealthCheckServicesList
listRegionHealthCheckServices(string $project, string $region, array $optParams = [])
Lists all the HealthCheckService resources that have been configured for the specified project in the given region.
(regionHealthCheckServices.listRegionHealthCheckServices)
Operation
patch(string $project, string $region, string $healthCheckService, HealthCheckService $postBody, array $optParams = [])
Updates the specified regional HealthCheckService resource with the data included in the request. This method supports PATCH semantics and uses the JSON merge patch format and processing rules.
(regionHealthCheckServices.patch)