Versions in this module Expand all Collapse all v1 v1.3.2 Oct 29, 2018 Changes in this version + const BuilderId + type Artifact struct + func NewArtifact(datastore, vmfolder, vmname string, files []string) *Artifact + func (*Artifact) BuilderId() string + func (*Artifact) State(name string) interface{} + func (a *Artifact) Destroy() error + func (a *Artifact) Files() []string + func (a *Artifact) Id() string + func (a *Artifact) String() string + type Config struct + Cluster string + Datacenter string + Datastore string + DiskMode string + ESXiHost string + Host string + Insecure bool + Options []string + Overwrite bool + Password string + ResourcePool string + Username string + VMFolder string + VMName string + VMNetwork string + type PostProcessor struct + func (p *PostProcessor) BuildArgs(source, ovftool_uri string) ([]string, error) + func (p *PostProcessor) Configure(raws ...interface{}) error + func (p *PostProcessor) PostProcess(ui packer.Ui, artifact packer.Artifact) (packer.Artifact, bool, error)