14 lines
892 B
Plaintext
14 lines
892 B
Plaintext
<!-- Code generated from the comments of the Config struct in builder/vsphere/iso/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 the VM template to a Content Library.
|
|
The VM 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.
|