Documentation
¶
Index ¶
Constants ¶
View Source
const ( BridgedAdapter = VirtualboxAdapterType("bridged") HostOnlyAdapter = VirtualboxAdapterType("host_only") )
Variables ¶
View Source
var Internal _config
Functions ¶
This section is empty.
Types ¶
type ClientConfig ¶
type ClientConfig struct {
Host string `yaml:"host"`
}
type DaemonConfig ¶
type Openstack ¶
type Openstack struct { Name string `yaml:"name"` UserName string `yaml:"username"` UserId string `yaml:"userid"` Password string `yaml:"password"` AuthUrl string `yaml:"auth_url"` TenantId string `yaml:"tenant_id"` TenantName string `yaml:"tenant_name"` DomainId string `yaml:"domain_id"` DomainName string `yaml:"domain_name"` ProjectName string `yaml:"project_name"` RegionId string `yaml:"region_id"` RegionName string `yaml:"region_name"` NetworkUUID string `yaml:"network_uuid"` }
type Providers ¶
type Providers struct { Aws []Aws `yaml:"aws"` Gcloud []Gcloud `yaml:"gcloud"` Vsphere []Vsphere `yaml:"vsphere"` Virtualbox []Virtualbox `yaml:"virtualbox"` Qemu []Qemu `yaml:"qemu"` Photon []Photon `yaml:"photon"` Xen []Xen `yaml:"xen"` Openstack []Openstack `yaml:"openstack"` Ukvm []Ukvm `yaml:"ukvm"` }
type Virtualbox ¶
type Virtualbox struct { Name string `yaml:"name"` AdapterName string `yaml:"adapter_name"` VirtualboxAdapterType VirtualboxAdapterType `yaml:"adapter_type"` }
type VirtualboxAdapterType ¶
type VirtualboxAdapterType string
Click to show internal directories.
Click to hide internal directories.