Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Options ¶
type Options struct {
Name string `yaml:"name"`
APIURL string `yaml:"apiURL"`
APISecret string `yaml:"apiSecret"`
APIKey string `yaml:"apiKey"`
HostIP string `yaml:"hostIP"`
TemplateFile string `yaml:"templateFile"`
OSType string `yaml:"osType"`
Zone string `yaml:"zone"`
Format string `yaml:"format"`
HyperVisor string `yaml:"hypervisor"`
DisplayText string `yaml:"displayText"`
IsPublic bool `yaml:"isPublic"`
IsFeatured bool `yaml:"isFeatured"`
PasswordEnabled bool `yaml:"passwordEnabled"`
IsDynamic bool `yaml:"isDynamic"`
IsExtractable bool `yaml:"isExtractable"`
IsRouting bool `yaml:"isRouting"`
RequiresHVM bool `yaml:"requiresHVM"`
SSHKeyEnabled bool `yaml:"sshKeyEnabled"`
ProjectID string `yaml:"projectID"`
TemplateTag string `yaml:"templateTag"`
// contains filtered or unexported fields
}
Click to show internal directories.
Click to hide internal directories.