# File lib/fog/bare_metal_cloud/compute.rb, line 26
        def self.data
          @data ||= Hash.new do |hash, key|
            hash[key] = {}
          end
        end