Versions in this module Expand all Collapse all v1 v1.3.4 Oct 8, 2018 v1.3.3 Oct 20, 2017 v1.3.2 Aug 18, 2017 v1.3.1 Aug 1, 2017 v1.3.0 Jul 17, 2017 Changes in this version type Driver + UseAlias bool v1.2.3 Nov 30, 2016 v1.2.2 Nov 28, 2016 v1.2.1 Oct 20, 2016 v1.2.0 Oct 14, 2016 Changes in this version type Driver + ServerAvailabilityZone string + VolumeAvailabilityZone string v1.1.4 Sep 28, 2016 Changes in this version type Driver + DCExists bool + LanId string v1.1.3 Aug 5, 2016 Changes in this version type Driver + CpuFamily string v1.1.2 Jul 28, 2016 Changes in this version + func NewDriver(hostName, storePath string) drivers.Driver + type Driver struct + Cores int + DatacenterId string + DiskSize int + DiskType string + Image string + Location string + Password string + Ram int + SSHKey string + ServerId string + Size int + URL string + Username string + func (d *Driver) Create() error + func (d *Driver) DriverName() string + func (d *Driver) GetCreateFlags() []mcnflag.Flag + func (d *Driver) GetIP() (string, error) + func (d *Driver) GetSSHHostname() (string, error) + func (d *Driver) GetState() (state.State, error) + func (d *Driver) GetURL() (string, error) + func (d *Driver) Kill() error + func (d *Driver) PreCreateCheck() error + func (d *Driver) Remove() error + func (d *Driver) Restart() error + func (d *Driver) SetConfigFromFlags(flags drivers.DriverOptions) error + func (d *Driver) Start() error + func (d *Driver) Stop() error