VMPython

This module is a translation from Perl to Python of the VMWare API called VMPerl.
Download

VMPython Ranking & Summary

Advertisement

  • Rating:
  • License:
  • GPL
  • Price:
  • FREE
  • Publisher Name:
  • Alain Barthe
  • Publisher web site:
  • http://www.albar.fr/

VMPython Tags


VMPython Description

This module is a translation from Perl to Python of the VMWare API called VMPerl. The VMWare scripting API is fully mapped to Python. To each Perl class corresponds a Python class with the same name, all Perl methods are available from Python on created objects. Each object created in Python has its counterpart in a parallel Perl process.>>> import VMPython>>> s = VMPython.Server() # s is a Server object>>> c = VMPython.ConnectParams() # c is a ConnectParams object>>> s.connect(c) # connect s using cTrue # success>>> vm = VMPython.VM() # vm is a VM object>>> vmid = s.registered_vm_names() # the first registered vm on server s>>> vm.connect(c, vmid) # connect vm using cTrue # success>>> vm.get_pid() # PID of the guest process'27502' Requirements: · Python


VMPython Related Software