Home
last modified time | relevance | path

Searched refs:autoscaler (Results 1 – 6 of 6) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/GameServices/
H A DDeployedFleetAutoscaler.php25 public $autoscaler; variable in Google\\Service\\GameServices\\DeployedFleetAutoscaler
36 public function setAutoscaler($autoscaler) argument
38 $this->autoscaler = $autoscaler;
45 return $this->autoscaler;
H A DTargetFleetDetails.php30 public function setAutoscaler(TargetFleetAutoscaler $autoscaler) argument
32 $this->autoscaler = $autoscaler;
39 return $this->autoscaler;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Compute/
H A DInstanceGroupManagerStatus.php25 public $autoscaler; variable in Google\\Service\\Compute\\InstanceGroupManagerStatus
38 public function setAutoscaler($autoscaler) argument
40 $this->autoscaler = $autoscaler;
47 return $this->autoscaler;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Compute/Resource/
H A DRegionAutoscalers.php39 * @param string $autoscaler Name of the autoscaler to delete.
54 public function delete($project, $region, $autoscaler, $optParams = []) argument
56 $params = ['project' => $project, 'region' => $region, 'autoscaler' => $autoscaler];
65 * @param string $autoscaler Name of the autoscaler to return.
69 public function get($project, $region, $autoscaler, $optParams = []) argument
71 $params = ['project' => $project, 'region' => $region, 'autoscaler' => $autoscaler];
H A DAutoscalers.php100 * @param string $autoscaler Name of the autoscaler to delete.
115 public function delete($project, $zone, $autoscaler, $optParams = []) argument
117 $params = ['project' => $project, 'zone' => $zone, 'autoscaler' => $autoscaler];
127 * @param string $autoscaler Name of the autoscaler to return.
131 public function get($project, $zone, $autoscaler, $optParams = []) argument
133 $params = ['project' => $project, 'zone' => $zone, 'autoscaler' => $autoscaler];
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DCompute.php442 'path' => 'projects/{project}/zones/{zone}/autoscalers/{autoscaler}',
455 'autoscaler' => [
466 'path' => 'projects/{project}/zones/{zone}/autoscalers/{autoscaler}',
479 'autoscaler' => [
553 'autoscaler' => [
576 'autoscaler' => [
8714 'path' => 'projects/{project}/regions/{region}/autoscalers/{autoscaler}',
8727 'autoscaler' => [
8751 'autoscaler' => [
8825 'autoscaler' => [
[all …]