You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
packer/website/pages/partials/builder/vsphere/common/LocationConfig-not-required...

22 lines
1021 B

<!-- 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.