# File lib/fog/ecloud/models/compute/hardware_configurations.rb, line 17
        def get(uri)
          if data = service.get_hardware_configuration(uri)
            new(data.body)
          end
        rescue Fog::Errors::NotFound
          nil
        end