vmware/pyvmomi-community-samples

Create new VM from scratch

Open

#534 opened on Dec 19, 2018

View on GitHub
 (0 comments) (0 reactions) (0 assignees)Python (914 forks)batch import
help wanted

Repository metrics

Stars
 (972 stars)
PR merge metrics
 (No merged PRs in 30d)

Description

I want to create a new VM(without using any templates). I want to attach virtual disk to it of specific size, 3 NIC adapters, 2 CD-ROM(to attach iso kept in datastore), RAM and CPU of specific size.

I did find sample to create VM(basic configuration) and attach virtual disks to it. Can someone please share sample to create the entire VM with the mentioned specifications at one go.

Contributor guide