Sha256: 37196de04db7c36811106a2baf659a6af7202e8f6bde6682abd39e89b45160e3
Contents?: true
Size: 378 Bytes
Versions: 6
Compression:
Stored size: 378 Bytes
Contents
module VagrantPlugins module Openstack module Cap module SnapshotList # Returns a list of the snapshots that are taken on this machine. # # @return [Array<String>] def self.snapshot_list(machine) env = machine.action(:snapshot_list, lock: false) env[:machine_snapshot_list] end end end end end
Version data entries
6 entries across 6 versions & 3 rubygems