Lines Matching refs:clusterName

84    * @param string $clusterName Required. The cluster name.
101 public function delete($projectId, $region, $clusterName, $optParams = []) argument
103 $params = ['projectId' => $projectId, 'region' => $region, 'clusterName' => $clusterName];
119 * @param string $clusterName Required. The cluster name.
124 …public function diagnose($projectId, $region, $clusterName, DiagnoseClusterRequest $postBody, $opt… argument
126 …$params = ['projectId' => $projectId, 'region' => $region, 'clusterName' => $clusterName, 'postBod…
137 * @param string $clusterName Required. The cluster name.
141 public function get($projectId, $region, $clusterName, $optParams = []) argument
143 $params = ['projectId' => $projectId, 'region' => $region, 'clusterName' => $clusterName];
225 * @param string $clusterName Required. The cluster name.
264 public function patch($projectId, $region, $clusterName, Cluster $postBody, $optParams = []) argument
266 …$params = ['projectId' => $projectId, 'region' => $region, 'clusterName' => $clusterName, 'postBod…
277 * @param string $clusterName Required. The cluster name.
282 …public function repair($projectId, $region, $clusterName, RepairClusterRequest $postBody, $optPara… argument
284 …$params = ['projectId' => $projectId, 'region' => $region, 'clusterName' => $clusterName, 'postBod…
313 * @param string $clusterName Required. The cluster name.
318 …public function start($projectId, $region, $clusterName, StartClusterRequest $postBody, $optParams… argument
320 …$params = ['projectId' => $projectId, 'region' => $region, 'clusterName' => $clusterName, 'postBod…
331 * @param string $clusterName Required. The cluster name.
336 …public function stop($projectId, $region, $clusterName, StopClusterRequest $postBody, $optParams =… argument
338 …$params = ['projectId' => $projectId, 'region' => $region, 'clusterName' => $clusterName, 'postBod…