Skip to content

Commit 7c06e61

Browse files
author
Paul McNally
committed
remove monitoring client from ecloud
1 parent a1cf8d0 commit 7c06e61

File tree

2 files changed

+0
-90
lines changed

2 files changed

+0
-90
lines changed

src/eCloud/Client.php

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -328,14 +328,6 @@ public function loadBalancers()
328328
return (new LoadBalancerClient($this->httpClient))->auth($this->token);
329329
}
330330

331-
/**
332-
* @return BaseClient
333-
*/
334-
public function monitorings()
335-
{
336-
return (new MonitoringClient($this->httpClient))->auth($this->token);
337-
}
338-
339331
/**
340332
* @return BaseClient
341333
*/

src/eCloud/MonitoringClient.php

Lines changed: 0 additions & 82 deletions
This file was deleted.

0 commit comments

Comments
 (0)