updated link to GuestOsIdentifier (#8849)
Co-authored-by: Adrien Delorme <adrien.delorme@icloud.com>
This commit is contained in:
parent
9403b48a52
commit
764b4cb50a
|
@ -40,7 +40,7 @@ type CreateConfig struct {
|
|||
// the full list of supported VM hardware versions.
|
||||
Version uint `mapstructure:"vm_version"`
|
||||
// Set VM OS type. Defaults to `otherGuest`. See [
|
||||
// here](https://pubs.vmware.com/vsphere-6-5/index.jsp?topic=%2Fcom.vmware.wssdk.apiref.doc%2Fvim.vm.GuestOsDescriptor.GuestOsIdentifier.html)
|
||||
// here](https://code.vmware.com/apis/358/vsphere/doc/vim.vm.GuestOsDescriptor.GuestOsIdentifier.html)
|
||||
// for a full list of possible values.
|
||||
GuestOSType string `mapstructure:"guest_os_type"`
|
||||
// Set the Firmware at machine creation. Example `efi`. Defaults to `bios`.
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
the full list of supported VM hardware versions.
|
||||
|
||||
- `guest_os_type` (string) - Set VM OS type. Defaults to `otherGuest`. See [
|
||||
here](https://pubs.vmware.com/vsphere-6-5/index.jsp?topic=%2Fcom.vmware.wssdk.apiref.doc%2Fvim.vm.GuestOsDescriptor.GuestOsIdentifier.html)
|
||||
here](https://code.vmware.com/apis/358/vsphere/doc/vim.vm.GuestOsDescriptor.GuestOsIdentifier.html)
|
||||
for a full list of possible values.
|
||||
|
||||
- `firmware` (string) - Set the Firmware at machine creation. Example `efi`. Defaults to `bios`.
|
||||
|
|
Loading…
Reference in New Issue