28 namespace HPCloud\Services;
30 use \HPCloud\Services\DBaaS\Instance;
31 use \HPCloud\Services\DBaaS\Snapshot;
32 use \HPCloud\Services\DBaaS\Flavor;
98 $catalog = $identity->serviceCatalog();
101 for ($i = 0; $i < $c; ++$i) {
102 if (
$catalog[$i][
'type'] == self::SERVICE_TYPE) {
104 if (isset($endpoint[
'publicURL']) && $endpoint[
'region'] == $region) {
105 $dbaas =
new DBaaS($identity->token(), $endpoint[
'publicURL'], $identity->tenantName());