xenserver

package
v0.0.0-...-5f27263 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 20, 2016 License: MPL-2.0 Imports: 14 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Config

type Config struct {
	common.PackerConfig `mapstructure:",squash"`

	ApiUrl string `mapstructure:"apiurl"`
	ApiKey string `mapstructure:"apikey"`
	Secret string `mapstructure:"secret"`

	DisplayText  string `mapstructure:"display_text"`
	TemplateName string `mapstructure:"template_name"`
	OsType       string `mapstructure:"os_type"`
	DownloadUrl  string `mapstructure:"download_url"`
	Zone         string `mapstructure:"zone"`
	Account      string `mapstructure:"account"`
	Domain       string `mapstructure:"domain"`
	PwdEnabled   bool   `mapstructure:"password_enabled"`
	SshEnabled   bool   `mapstructure:"ssh_enabled"`
	HasTools     bool   `mapstructure:"has_tools"` // isdynamicallyscalable in CloudStack vernacular
	UploadTimer  uint   `mapstructure:"upload_timer"`
	CompressVhd  bool   `mapstructure:"compress_vhd"`
	// contains filtered or unexported fields
}

type PostProcessor

type PostProcessor struct {
	// contains filtered or unexported fields
}

func (*PostProcessor) Configure

func (p *PostProcessor) Configure(raws ...interface{}) error

func (*PostProcessor) PostProcess

func (p *PostProcessor) PostProcess(ui packer.Ui, artifact packer.Artifact) (packer.Artifact, bool, error)

type TemplateResponse

type TemplateResponse struct {
	IsReady bool
	Status  string
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL