Method: Lab::Drivers::VsphereDriver#revert_snapshot
- Defined in:
- lib/lab/driver/vsphere_driver.rb
#revert_snapshot(snapshot) ⇒ Object
65 66 67 68 69 |
# File 'lib/lab/driver/vsphere_driver.rb', line 65 def revert_snapshot(snapshot) raise "Unimplemented" # If we got here, the snapshot didn't exist raise "Invalid Snapshot Name" end |