'{username}', 'apiKey' => '{apiKey}', )); // 2. Obtain a Database service object from the client. $databaseService = $client->databaseService(null, '{region}'); // 3. Retrieve the database instance. $instance = $databaseService->instance('{instanceId}'); /** @var $instance OpenCloud\Database\Resource\Instance **/