module XenServer
    class Compute
      class Real
        def snapshots
          data = @connection.request(:parser => Fog::XenServer::Parsers::GetRecords.new, :method => "VM.get_all_records")