Lines Matching full:healthcheck
20 use Google\Service\Compute\HealthCheck; alias
36 * Retrieves the list of all HealthCheck resources, regional and global,
97 * Deletes the specified HealthCheck resource. (healthChecks.delete)
100 * @param string $healthCheck Name of the HealthCheck resource to delete.
115 public function delete($project, $healthCheck, $optParams = []) argument
117 $params = ['project' => $project, 'healthCheck' => $healthCheck];
122 * Returns the specified HealthCheck resource. Gets a list of available health
126 * @param string $healthCheck Name of the HealthCheck resource to return.
128 * @return HealthCheck
130 public function get($project, $healthCheck, $optParams = []) argument
132 $params = ['project' => $project, 'healthCheck' => $healthCheck];
134 return $this->call('get', [$params], HealthCheck::class);
137 * Creates a HealthCheck resource in the specified project using the data
141 * @param HealthCheck $postBody
156 public function insert($project, HealthCheck $postBody, $optParams = [])
163 * Retrieves the list of HealthCheck resources available to the specified
217 * Updates a HealthCheck resource in the specified project using the data
222 * @param string $healthCheck Name of the HealthCheck resource to patch.
223 * @param HealthCheck $postBody
238 public function patch($project, $healthCheck, HealthCheck $postBody, $optParams = []) argument
240 $params = ['project' => $project, 'healthCheck' => $healthCheck, 'postBody' => $postBody];
245 * Updates a HealthCheck resource in the specified project using the data
249 * @param string $healthCheck Name of the HealthCheck resource to update.
250 * @param HealthCheck $postBody
265 public function update($project, $healthCheck, HealthCheck $postBody, $optParams = []) argument
267 $params = ['project' => $project, 'healthCheck' => $healthCheck, 'postBody' => $postBody];