vm.create & `-g`
#3746
-
Beta Was this translation helpful? Give feedback.
Answered by
dougm
Apr 5, 2025
Replies: 1 comment 1 reply
-
% govc vm.create -h
Usage: govc vm.create [OPTIONS] NAME
Create VM.
For a list of possible '-g' IDs, use 'govc vm.option.info' or see:
https://code.vmware.com/apis/358/vsphere/doc/vim.vm.GuestOsDescriptor.GuestOsIdentifier.html
Examples:
... Though it looks like we need to fix the link: https://developer.broadcom.com/xapis/vsphere-web-services-api/latest/vim.vm.GuestOsDescriptor.GuestOsIdentifier.html |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
LeTink
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
govc vm.create -h
and the generated doc https://github.com/vmware/govmomi/blob/main/govc/USAGE.md#vmcreate mention a couple of options:Though it looks like we need to fix the link: https://developer.broadcom.com/xapis/vsphere-web-services-api/latest/vim.vm.GuestOsDescriptor.GuestOsIdentifier.html