class HttpsHealthChecks extends Resource (View source)

The "httpsHealthChecks" collection of methods.

Typical usage is:

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

Methods

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

Deletes the specified HttpsHealthCheck resource. (httpsHealthChecks.delete)

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

Returns the specified HttpsHealthCheck resource. (httpsHealthChecks.get)

insert(string $project, HttpsHealthCheck $postBody, array $optParams = [])

Creates a HttpsHealthCheck resource in the specified project using the data included in the request. (httpsHealthChecks.insert)

listHttpsHealthChecks(string $project, array $optParams = [])

Retrieves the list of HttpsHealthCheck resources available to the specified project. (httpsHealthChecks.listHttpsHealthChecks)

patch(string $project, string $httpsHealthCheck, HttpsHealthCheck $postBody, array $optParams = [])

Updates a HttpsHealthCheck 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. (httpsHealthChecks.patch)

update(string $project, string $httpsHealthCheck, HttpsHealthCheck $postBody, array $optParams = [])

Updates a HttpsHealthCheck resource in the specified project using the data included in the request. (httpsHealthChecks.update)

Details

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

Deletes the specified HttpsHealthCheck resource. (httpsHealthChecks.delete)

Parameters

string $project

Project ID for this request.

string $httpsHealthCheck

Name of the HttpsHealthCheck resource to delete.

array $optParams

Optional parameters.

Return Value

Operation

Exceptions

Exception

HttpsHealthCheck get(string $project, string $httpsHealthCheck, array $optParams = [])

Returns the specified HttpsHealthCheck resource. (httpsHealthChecks.get)

Parameters

string $project

Project ID for this request.

string $httpsHealthCheck

Name of the HttpsHealthCheck resource to return.

array $optParams

Optional parameters.

Return Value

HttpsHealthCheck

Exceptions

Exception

Operation insert(string $project, HttpsHealthCheck $postBody, array $optParams = [])

Creates a HttpsHealthCheck resource in the specified project using the data included in the request. (httpsHealthChecks.insert)

Parameters

string $project

Project ID for this request.

HttpsHealthCheck $postBody
array $optParams

Optional parameters.

Return Value

Operation

Exceptions

Exception

HttpsHealthCheckList listHttpsHealthChecks(string $project, array $optParams = [])

Retrieves the list of HttpsHealthCheck resources available to the specified project. (httpsHealthChecks.listHttpsHealthChecks)

Parameters

string $project

Project ID for this request.

array $optParams

Optional parameters.

Return Value

HttpsHealthCheckList

Exceptions

Exception

Operation patch(string $project, string $httpsHealthCheck, HttpsHealthCheck $postBody, array $optParams = [])

Updates a HttpsHealthCheck 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. (httpsHealthChecks.patch)

Parameters

string $project

Project ID for this request.

string $httpsHealthCheck

Name of the HttpsHealthCheck resource to patch.

HttpsHealthCheck $postBody
array $optParams

Optional parameters.

Return Value

Operation

Exceptions

Exception

Operation update(string $project, string $httpsHealthCheck, HttpsHealthCheck $postBody, array $optParams = [])

Updates a HttpsHealthCheck resource in the specified project using the data included in the request. (httpsHealthChecks.update)

Parameters

string $project

Project ID for this request.

string $httpsHealthCheck

Name of the HttpsHealthCheck resource to update.

HttpsHealthCheck $postBody
array $optParams

Optional parameters.

Return Value

Operation

Exceptions

Exception