module VagrantPlugins::OVirtProvider::Cap::SnapshotList

Public Class Methods

snapshot_list(machine) click to toggle source
# File lib/vagrant-ovirt4/cap/snapshot_list.rb, line 5
def self.snapshot_list(machine)
  env = machine.action(:snapshot_list, lock: false)
  env[:machine_snapshot_list]
end