Documentation ¶ Index ¶ Constants type Builder 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) Constants ¶ View Source const BuilderId = "mitchellh.virtualbox" Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Builder ¶ type Builder struct { // contains filtered or unexported fields } func (*Builder) Cancel ¶ func (b *Builder) Cancel() func (*Builder) Prepare ¶ func (b *Builder) Prepare(raws ...interface{}) ([]string, error) func (*Builder) Run ¶ func (b *Builder) Run(ui packer.Ui, hook packer.Hook, cache packer.Cache) (packer.Artifact, error) Source Files ¶ View all Source files builder.go step_attach_iso.go step_create_disk.go step_create_vm.go step_http_server.go Click to show internal directories. Click to hide internal directories.