packer-cn/website/pages/partials/builder/vsphere/common/LocationConfig-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

22 lines
967 B
Plaintext

<!-- Code generated from the comments of the LocationConfig struct in builder/vsphere/common/config_location.go; DO NOT EDIT MANUALLY -->
- `vm_name` (string) - Name of the new VM to create.
- `folder` (string) - VM folder to create the VM in.
- `cluster` (string) - ESXi cluster where target VM is created. See
[Working with Clusters](#working-with-clusters).
- `host` (string) - ESXi host where target VM is created. A full path must be specified if
the host is in a folder. For example `folder/host`. See the
`Specifying Clusters and Hosts` section above for more details.
- `resource_pool` (string) - VMWare resource pool. Defaults to the root resource pool of the
`host` or `cluster`.
- `datastore` (string) - VMWare datastore. Required if `host` is a cluster, or if `host` has
multiple datastores.
- `set_host_for_datastore_uploads` (bool) - Set this to true if packer should the host for uploading files
to the datastore. Defaults to false.