Lines Matching full:healthcheck
20 use Google\Service\Compute\HealthCheck; alias
35 * Deletes the specified HealthCheck resource. (regionHealthChecks.delete)
39 * @param string $healthCheck Name of the HealthCheck resource to delete.
54 public function delete($project, $region, $healthCheck, $optParams = []) argument
56 $params = ['project' => $project, 'region' => $region, 'healthCheck' => $healthCheck];
61 * Returns the specified HealthCheck resource. Gets a list of available health
66 * @param string $healthCheck Name of the HealthCheck resource to return.
68 * @return HealthCheck
70 public function get($project, $region, $healthCheck, $optParams = []) argument
72 $params = ['project' => $project, 'region' => $region, 'healthCheck' => $healthCheck];
74 return $this->call('get', [$params], HealthCheck::class);
77 * Creates a HealthCheck resource in the specified project using the data
82 * @param HealthCheck $postBody
97 public function insert($project, $region, HealthCheck $postBody, $optParams = [])
104 * Retrieves the list of HealthCheck resources available to the specified
159 * Updates a HealthCheck resource in the specified project using the data
165 * @param string $healthCheck Name of the HealthCheck resource to patch.
166 * @param HealthCheck $postBody
181 public function patch($project, $region, $healthCheck, HealthCheck $postBody, $optParams = []) argument
183 …$params = ['project' => $project, 'region' => $region, 'healthCheck' => $healthCheck, 'postBody' =…
188 * Updates a HealthCheck resource in the specified project using the data
193 * @param string $healthCheck Name of the HealthCheck resource to update.
194 * @param HealthCheck $postBody
209 public function update($project, $region, $healthCheck, HealthCheck $postBody, $optParams = []) argument
211 …$params = ['project' => $project, 'region' => $region, 'healthCheck' => $healthCheck, 'postBody' =…