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
type TemplateResponse ¶
Click to show internal directories.
Click to hide internal directories.