# File lib/fog/brightbox/models/compute/database_server.rb, line 69 def snapshot(return_snapshot = false) requires :identity response, snapshot_id = service.snapshot_database_server(identity, :return_link => return_snapshot) merge_attributes(response) if return_snapshot service.database_snapshots.get(snapshot_id) else true end end