# File lib/fission/vm.rb, line 23
    def create_snapshot(name)
      Fission::Action::Snapshot::Creator.new(self).create_snapshot(name)
    end