16 lines
1.0 KiB
Plaintext
16 lines
1.0 KiB
Plaintext
<!-- Code generated from the comments of the Config struct in builder/vsphere/clone/config.go; DO NOT EDIT MANUALLY -->
|
|
|
|
- `create_snapshot` (bool) - Create a snapshot when set to `true`, so the VM can be used as a base
|
|
for linked clones. Defaults to `false`.
|
|
|
|
- `convert_to_template` (bool) - Convert VM to a template. Defaults to `false`.
|
|
|
|
- `export` (\*common.ExportConfig) - Configuration for exporting VM to an ovf file.
|
|
The VM will not be exported if no [Export Configuration](#export-configuration) is specified.
|
|
|
|
- `content_library_destination` (\*common.ContentLibraryDestinationConfig) - Configuration for importing a VM template or OVF template to a Content Library.
|
|
The template will not be imported if no [Content Library Import Configuration](#content-library-import-configuration) is specified.
|
|
The import doesn't work if [convert_to_template](#convert_to_template) is set to true.
|
|
|
|
- `customize` (\*CustomizeConfig) - Customize the cloned VM to configure host, network, or licensing settings. See the [customization options](#customization).
|