Searched refs:autoscaling (Results 1 – 9 of 9) sorted by relevance
35 public function setAutoscaling(GkeNodePoolAutoscalingConfig $autoscaling) argument37 $this->autoscaling = $autoscaling;44 return $this->autoscaling;
48 public function setAutoscaling(NodePoolAutoscaling $autoscaling) argument50 $this->autoscaling = $autoscaling;57 return $this->autoscaling;
77 public function setAutoscaling(NodePoolAutoscaling $autoscaling) argument79 $this->autoscaling = $autoscaling;86 return $this->autoscaling;
251 public function setAutoscaling(ClusterAutoscaling $autoscaling) argument253 $this->autoscaling = $autoscaling;260 return $this->autoscaling;
34 $params['name'] = (string) the name of the autoscaling policy59 $params['name'] = (string) the name of the autoscaling policy72 $params['name'] = (string) the name of the autoscaling policy73 $params['body'] = (array) the specification of the autoscaling policy (Required)
59 …public function autoscaling($projectId, $zone, $clusterId, $nodePoolId, SetNodePoolAutoscalingRequ… function in Google\\Service\\Container\\Resource\\ProjectsZonesClustersNodePools
102 protected $autoscaling; variable in Elasticsearch\\Client 277 $this->autoscaling = new AutoscalingNamespace($transport, $endpoint);1672 * Returns the autoscaling namespace1674 public function autoscaling(): AutoscalingNamespace function in Elasticsearch\\Client 1676 return $this->autoscaling;
962 'autoscaling' => [963 … => 'v1/projects/{projectId}/zones/{zone}/clusters/{clusterId}/nodePools/{nodePoolId}/autoscaling',
62 * <<Elasticsearch_Clientautoscaling_autoscaling,`autoscaling()`>>914 .`autoscaling()`919 Returns the autoscaling namespace