Skip to content
Snippets Groups Projects
Commit 4a5c8b67 authored by Yas Naoi's avatar Yas Naoi
Browse files

Issue #2736821: aws_cloud - added...

Issue #2736821: aws_cloud - added ApiController::getAvailabilityZone(ConfigInterface $cloud_context)
parent 55e1a8be
No related branches found
No related tags found
No related merge requests found
<?php
// Updated by yas 2016/09/06
// Updated by yas 2016/06/04
// Updated by yas 2016/06/02
// Updated by yas 2016/06/01
......@@ -159,6 +160,11 @@ interface ApiControllerInterface {
*/
public function deleteSnapshot(Snapshot $snapshot);
/**
* @inheritdoc}
*/
public function getAvailabilityZones(ConfigInterface $cloud_context);
/**
* @inheritdoc}
*/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment