user284244
user284244

Reputation:

PyvMomi create new virtual machine

I have a connection to a vsphere instance using pyvmomi. I can list virtual machines. However, I am looking for documentation about how to perform other tasks (e.g. copy a virtual machine, create a new virtual machine). Is there example code for tasks like this or API documentation that is relevant?

Upvotes: 1

Views: 5489

Answers (1)

Michael Rice
Michael Rice

Reputation: 8204

Have you taken a look at this github project? https://github.com/vmware/pyvmomi-community-samples

Lots of samples are provided here, if you are looking for something not already provided by the project please open an issue on github and maybe someone from the community will provide it for you.

Upvotes: 1

Related Questions