Lines Matching refs:endpoint

46         $endpoint = $endpointBuilder('Snapshot\CleanupRepository');
47 $endpoint->setParams($params);
48 $endpoint->setRepository($repository);
50 return $this->performRequest($endpoint);
73 $endpoint = $endpointBuilder('Snapshot\CloneSnapshot');
74 $endpoint->setParams($params);
75 $endpoint->setRepository($repository);
76 $endpoint->setSnapshot($snapshot);
77 $endpoint->setTargetSnapshot($target_snapshot);
78 $endpoint->setBody($body);
80 return $this->performRequest($endpoint);
102 $endpoint = $endpointBuilder('Snapshot\Create');
103 $endpoint->setParams($params);
104 $endpoint->setRepository($repository);
105 $endpoint->setSnapshot($snapshot);
106 $endpoint->setBody($body);
108 return $this->performRequest($endpoint);
129 $endpoint = $endpointBuilder('Snapshot\CreateRepository');
130 $endpoint->setParams($params);
131 $endpoint->setRepository($repository);
132 $endpoint->setBody($body);
134 return $this->performRequest($endpoint);
153 $endpoint = $endpointBuilder('Snapshot\Delete');
154 $endpoint->setParams($params);
155 $endpoint->setRepository($repository);
156 $endpoint->setSnapshot($snapshot);
158 return $this->performRequest($endpoint);
176 $endpoint = $endpointBuilder('Snapshot\DeleteRepository');
177 $endpoint->setParams($params);
178 $endpoint->setRepository($repository);
180 return $this->performRequest($endpoint);
203 $endpoint = $endpointBuilder('Snapshot\Get');
204 $endpoint->setParams($params);
205 $endpoint->setRepository($repository);
206 $endpoint->setSnapshot($snapshot);
208 return $this->performRequest($endpoint);
226 $endpoint = $endpointBuilder('Snapshot\GetRepository');
227 $endpoint->setParams($params);
228 $endpoint->setRepository($repository);
230 return $this->performRequest($endpoint);
257 $endpoint = $endpointBuilder('Snapshot\RepositoryAnalyze');
258 $endpoint->setParams($params);
259 $endpoint->setRepository($repository);
261 return $this->performRequest($endpoint);
283 $endpoint = $endpointBuilder('Snapshot\Restore');
284 $endpoint->setParams($params);
285 $endpoint->setRepository($repository);
286 $endpoint->setSnapshot($snapshot);
287 $endpoint->setBody($body);
289 return $this->performRequest($endpoint);
309 $endpoint = $endpointBuilder('Snapshot\Status');
310 $endpoint->setParams($params);
311 $endpoint->setRepository($repository);
312 $endpoint->setSnapshot($snapshot);
314 return $this->performRequest($endpoint);
332 $endpoint = $endpointBuilder('Snapshot\VerifyRepository');
333 $endpoint->setParams($params);
334 $endpoint->setRepository($repository);
336 return $this->performRequest($endpoint);