# File lib/fog/joyent/models/compute/server.rb, line 66
        def snapshots
          requires :id
          service.snapshots.all(id)
        end