class RegionHealthCheckServices extends Resource (View source)

The "regionHealthCheckServices" collection of methods.

Typical usage is:

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

Methods

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

Deletes the specified regional HealthCheckService.

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

Returns the specified regional HealthCheckService resource.

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.

listRegionHealthCheckServices(string $project, string $region, array $optParams = [])

Lists all the HealthCheckService resources that have been configured for the specified project in the given region.

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.

Details

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

Deletes the specified regional HealthCheckService.

(regionHealthCheckServices.delete)

Parameters

string $project

Project ID for this request.

string $region

Name of the region scoping this request.

string $healthCheckService

Name of the HealthCheckService to delete. The name must be 1-63 characters long, and comply with RFC1035.

array $optParams

Optional parameters.

Return Value

Operation

Exceptions

Exception

HealthCheckService get(string $project, string $region, string $healthCheckService, array $optParams = [])

Returns the specified regional HealthCheckService resource.

(regionHealthCheckServices.get)

Parameters

string $project

Project ID for this request.

string $region

Name of the region scoping this request.

string $healthCheckService

Name of the HealthCheckService to update. The name must be 1-63 characters long, and comply with RFC1035.

array $optParams

Optional parameters.

Return Value

HealthCheckService

Exceptions

Exception

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)

Parameters

string $project

Project ID for this request.

string $region

Name of the region scoping this request.

HealthCheckService $postBody
array $optParams

Optional parameters.

Return Value

Operation

Exceptions

Exception

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)

Parameters

string $project

Project ID for this request.

string $region

Name of the region scoping this request.

array $optParams

Optional parameters.

Return Value

HealthCheckServicesList

Exceptions

Exception

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)

Parameters

string $project

Project ID for this request.

string $region

Name of the region scoping this request.

string $healthCheckService

Name of the HealthCheckService to update. The name must be 1-63 characters long, and comply with RFC1035.

HealthCheckService $postBody
array $optParams

Optional parameters.

Return Value

Operation

Exceptions

Exception