DiegoSanjuan / pysphere

Automatically exported from code.google.com/p/pysphere
0 stars 0 forks source link

[patch] Add snapshots renaming methods to VIVirtualMachine #56

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
This patch adds 3 new public methods for renaming VM snapshots similar to 
delete_* methods:
>>> vm.rename_current_snapshot(new_name='snap A', new_description='This is snap 
A')
>>> vm.rename_named_snapshot('snap A', new_description='New descr for snap A')
>>> vm.rename_snapshot_by_path('/snap A/snap B', new_name='snap C')

Original issue reported on code.google.com by gento...@gmail.com on 16 Apr 2014 at 10:13

Attachments: