HttpsHealthChecks
class HttpsHealthChecks extends Resource (View source)
The "httpsHealthChecks" collection of methods.
Typical usage is:
$computeService = new Google\Service\Compute(...);
$httpsHealthChecks = $computeService->httpsHealthChecks;
Methods
Deletes the specified HttpsHealthCheck resource. (httpsHealthChecks.delete)
Returns the specified HttpsHealthCheck resource. (httpsHealthChecks.get)
Creates a HttpsHealthCheck resource in the specified project using the data included in the request. (httpsHealthChecks.insert)
Retrieves the list of HttpsHealthCheck resources available to the specified project. (httpsHealthChecks.listHttpsHealthChecks)
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)
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)
HttpsHealthCheck
get(string $project, string $httpsHealthCheck, array $optParams = [])
Returns the specified HttpsHealthCheck resource. (httpsHealthChecks.get)
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)
HttpsHealthCheckList
listHttpsHealthChecks(string $project, array $optParams = [])
Retrieves the list of HttpsHealthCheck resources available to the specified project. (httpsHealthChecks.listHttpsHealthChecks)
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)
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)