Giter Club home page Giter Club logo

Comments (5)

pietern avatar pietern commented on August 18, 2024

Would definitely be nice to have. In working on this, I'm sure we can also add some nice helpers to govmomi itself.

from govmomi.

mkuzmin avatar mkuzmin commented on August 18, 2024

Any chance to have a snapshot API?

Actually my usecase is even simpler than creating and deleting snapshots: I need to create linked VM clones, and just need to pass a reference to VM.snapshot.currentSnapshot object. Any suggestions how can it be done?

from govmomi.

dougm avatar dougm commented on August 18, 2024

In general, all the APIs are available in govmomi as they are generated from the wsdl. For example, looking at the docs here:
http://pubs.vmware.com/vsphere-55/topic/com.vmware.wssdk.apiref.doc/vim.VirtualMachine.html#createSnapshot

git grep CreateSnapshot_Task and you'll see generated methods and types under vim25/

We have been adding simple wrappers for such methods, for example have a look at the govmomi/virtual_machine.go Power* methods. We have a generator for these wrappers in the works, but in the meantime have also been creating some of the wrappers by hand.

from govmomi.

mkuzmin avatar mkuzmin commented on August 18, 2024

Thank you for the explanation, I've made this work.

from govmomi.

dougm avatar dougm commented on August 18, 2024

#354 #499 #506

from govmomi.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.