Versions in this module Expand all Collapse all v1 v1.3.2 Oct 29, 2018 Changes in this version + type Builder struct + func (b *Builder) Cancel() + func (b *Builder) Prepare(raws ...interface{}) ([]string, error) + func (b *Builder) Run(ui packer.Ui, hook packer.Hook, cache packer.Cache) (packer.Artifact, error) + type Config struct + Linked bool + RemoteType string + SkipCompaction bool + SourcePath string + VMName string + func NewConfig(raws ...interface{}) (*Config, []string, error) + type StepCloneVMX struct + Linked bool + OutputDir string + Path string + VMName string + func (s *StepCloneVMX) Cleanup(state multistep.StateBag) + func (s *StepCloneVMX) Run(_ context.Context, state multistep.StateBag) multistep.StepAction