You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -43,7 +43,7 @@ class Autoscaling extends AbstractEndpoint
43
43
* } $params
44
44
*
45
45
* @throws MissingParameterException if a required parameter is missing
46
-
* @throws NoAliveException if all the hosts are offline
46
+
* @throws NoNodeAvailableException if all the hosts are offline
47
47
* @throws ClientResponseException if the status code of response is 4xx
48
48
* @throws ServerResponseException if the status code of response is 5xx
49
49
*
@@ -67,6 +67,20 @@ public function deleteAutoscalingPolicy(array $params = [])
67
67
* Gets the current autoscaling capacity based on the configured autoscaling policy. Designed for indirect use by ECE/ESS and ECK. Direct use is not supported.
0 commit comments