packer-cn/website/pages/partials/builder/vsphere/clone/CloneConfig-not-required.mdx
Jonathan Neal d8b67f8520
📌 Hard Pin Website Dependencies (#9543)
* Update and pin dependencies
* Update NextJS Scripts
* npm run lint
* npm run format
* docs generator: indent docs by two and make spacing better

Co-authored-by: Adrien Delorme <azr@users.noreply.github.com>
2020-07-13 12:33:16 +02:00

17 lines
780 B
Plaintext

<!-- Code generated from the comments of the CloneConfig struct in builder/vsphere/clone/step_clone.go; DO NOT EDIT MANUALLY -->
- `template` (string) - Name of source VM. Path is optional.
- `disk_size` (int64) - The size of the disk in MB.
- `linked_clone` (bool) - Create VM as a linked clone from latest snapshot. Defaults to `false`.
- `network` (string) - Set the network in which the VM will be connected to. If no network is specified, `host`
must be specified to allow Packer to look for the available network.
- `notes` (string) - VM notes.
- `vapp` (vAppConfig) - Set the vApp Options to a virtual machine.
See the [vApp Options Configuration](/docs/builders/vmware/vsphere-clone#vapp-options-configuration)
to know the available options and how to use it.