Home
last modified time | relevance | path

Searched refs:healthCheck (Results 1 – 8 of 8) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Compute/Resource/
H A DHealthChecks.php100 * @param string $healthCheck Name of the HealthCheck resource to delete.
115 public function delete($project, $healthCheck, $optParams = []) argument
117 $params = ['project' => $project, 'healthCheck' => $healthCheck];
126 * @param string $healthCheck Name of the HealthCheck resource to return.
130 public function get($project, $healthCheck, $optParams = []) argument
132 $params = ['project' => $project, 'healthCheck' => $healthCheck];
222 * @param string $healthCheck Name of the HealthCheck resource to patch.
238 public function patch($project, $healthCheck, HealthCheck $postBody, $optParams = []) argument
240 $params = ['project' => $project, 'healthCheck' => $healthCheck, 'postBody' => $postBody];
249 * @param string $healthCheck Name of the HealthCheck resource to update.
[all …]
H A DRegionHealthChecks.php39 * @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];
66 * @param string $healthCheck Name of the HealthCheck resource to return.
70 public function get($project, $region, $healthCheck, $optParams = []) argument
72 $params = ['project' => $project, 'region' => $region, 'healthCheck' => $healthCheck];
165 * @param string $healthCheck Name of the HealthCheck resource to patch.
181 public function patch($project, $region, $healthCheck, HealthCheck $postBody, $optParams = []) argument
183 …$params = ['project' => $project, 'region' => $region, 'healthCheck' => $healthCheck, 'postBody' =…
193 * @param string $healthCheck Name of the HealthCheck resource to update.
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Compute/
H A DHealthCheckReference.php25 public $healthCheck; variable in Google\\Service\\Compute\\HealthCheckReference
30 public function setHealthCheck($healthCheck) argument
32 $this->healthCheck = $healthCheck;
39 return $this->healthCheck;
H A DInstanceGroupManagerAutoHealingPolicy.php25 public $healthCheck; variable in Google\\Service\\Compute\\InstanceGroupManagerAutoHealingPolicy
34 public function setHealthCheck($healthCheck) argument
36 $this->healthCheck = $healthCheck;
43 return $this->healthCheck;
H A DManagedInstanceInstanceHealth.php29 public $healthCheck; variable in Google\\Service\\Compute\\ManagedInstanceInstanceHealth
48 public function setHealthCheck($healthCheck) argument
50 $this->healthCheck = $healthCheck;
57 return $this->healthCheck;
H A DHealthStatusForNetworkEndpoint.php66 public function setHealthCheck(HealthCheckReference $healthCheck) argument
68 $this->healthCheck = $healthCheck;
75 return $this->healthCheck;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Appengine/
H A DVersion.php393 public function setHealthCheck(HealthCheck $healthCheck) argument
395 $this->healthCheck = $healthCheck;
402 return $this->healthCheck;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DCompute.php2931 'path' => 'projects/{project}/global/healthChecks/{healthCheck}',
2939 'healthCheck' => [
2950 'path' => 'projects/{project}/global/healthChecks/{healthCheck}',
2958 'healthCheck' => [
3009 'path' => 'projects/{project}/global/healthChecks/{healthCheck}',
3017 'healthCheck' => [
3036 'healthCheck' => [
9701 'healthCheck' => [
9725 'healthCheck' => [
9799 'healthCheck' => [
[all …]