Conditions | 1 |
Paths | 1 |
Total Lines | 6 |
Code Lines | 4 |
Lines | 0 |
Ratio | 0 % |
Changes | 0 |
1 | <?php declare(strict_types=1); |
||
68 | public function retrieve() |
||
69 | { |
||
70 | $response = $this->execute($this->api->getLoadBalancerStatuses(), ['loadbalancerId' => (string)$this->loadbalancerId]); |
||
71 | $json = Utils::jsonDecode($response); |
||
72 | $this->populateFromArray($json[$this->resourceKey]['loadbalancer']); |
||
73 | } |
||
74 | } |
||
75 |