We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents dc77be3 + 7c06e61 commit 8f103f4Copy full SHA for 8f103f4
src/eCloud/Client.php
@@ -328,14 +328,6 @@ public function loadBalancers()
328
return (new LoadBalancerClient($this->httpClient))->auth($this->token);
329
}
330
331
- /**
332
- * @return BaseClient
333
- */
334
- public function monitorings()
335
- {
336
- return (new MonitoringClient($this->httpClient))->auth($this->token);
337
- }
338
-
339
/**
340
* @return BaseClient
341
*/
src/eCloud/MonitoringClient.php
0 commit comments