# File lib/fog/rackspace/models/block_storage/volume_types.rb, line 11
        def all
          data = connection.list_volume_types.body['volume_types']
          load(data)
        end