# File lib/fog/ibm/models/storage/volumes.rb, line 16
        def get(volume_id)
          begin
            new(connection.get_volume(volume_id).body)
          rescue Fog::Storage::IBM::NotFound
            nil
          end
        end