Home
last modified time | relevance | path

Searched refs:autoscaling (Results 1 – 9 of 9) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dataproc/
H A DGkeNodePoolConfig.php35 public function setAutoscaling(GkeNodePoolAutoscalingConfig $autoscaling) argument
37 $this->autoscaling = $autoscaling;
44 return $this->autoscaling;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Container/
H A DSetNodePoolAutoscalingRequest.php48 public function setAutoscaling(NodePoolAutoscaling $autoscaling) argument
50 $this->autoscaling = $autoscaling;
57 return $this->autoscaling;
H A DNodePool.php77 public function setAutoscaling(NodePoolAutoscaling $autoscaling) argument
79 $this->autoscaling = $autoscaling;
86 return $this->autoscaling;
H A DCluster.php251 public function setAutoscaling(ClusterAutoscaling $autoscaling) argument
253 $this->autoscaling = $autoscaling;
260 return $this->autoscaling;
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/Namespaces/
H A DAutoscalingNamespace.asciidoc34 $params['name'] = (string) the name of the autoscaling policy
59 $params['name'] = (string) the name of the autoscaling policy
72 $params['name'] = (string) the name of the autoscaling policy
73 $params['body'] = (array) the specification of the autoscaling policy (Required)
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Container/Resource/
H A DProjectsZonesClustersNodePools.php59 …public function autoscaling($projectId, $zone, $clusterId, $nodePoolId, SetNodePoolAutoscalingRequ… function in Google\\Service\\Container\\Resource\\ProjectsZonesClustersNodePools
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/
H A DClient.php102 protected $autoscaling; variable in Elasticsearch\\Client
277 $this->autoscaling = new AutoscalingNamespace($transport, $endpoint);
1672 * Returns the autoscaling namespace
1674 public function autoscaling(): AutoscalingNamespace function in Elasticsearch\\Client
1676 return $this->autoscaling;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DContainer.php962 'autoscaling' => [
963 … => 'v1/projects/{projectId}/zones/{zone}/clusters/{clusterId}/nodePools/{nodePoolId}/autoscaling',
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/
H A DClient.asciidoc62 * <<Elasticsearch_Clientautoscaling_autoscaling,`autoscaling()`>>
914 .`autoscaling()`
919 Returns the autoscaling namespace