Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[patch] Add snapshots renaming methods to VIVirtualMachine #56

Open
GoogleCodeExporter opened this issue Apr 14, 2015 · 0 comments
Open

Comments

@GoogleCodeExporter
Copy link

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 [email protected] on 16 Apr 2014 at 10:13

Attachments:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant