Versions in this module Expand all Collapse all v0 v0.5.1 Nov 16, 2015 Changes in this version type Driver + func (d *Driver) GetCreateFlags() []mcnflag.Flag v0.2.0 Apr 16, 2015 Changes in this version + func GetCreateFlags() []cli.Flag + func NewDriver(machineName string, storePath string, caCert string, privateKey string) (drivers.Driver, error) + type Driver struct + CPUCount int + CaCertPath string + Catalog string + CatalogItem string + ComputeID string + DockerPort int + EdgeGateway string + MachineName string + MemorySize int + OrgVDCNet string + PrivateKeyPath string + Provision bool + PublicIP string + SSHPort int + SSHUser string + SwarmDiscovery string + SwarmHost string + SwarmMaster bool + UserName string + UserPassword string + VAppID string + VDCID string + func (d *Driver) AuthorizePort(ports []*drivers.Port) error + func (d *Driver) Create() error + func (d *Driver) DeauthorizePort(ports []*drivers.Port) error + func (d *Driver) DriverName() string + func (d *Driver) GetIP() (string, error) + func (d *Driver) GetMachineName() string + func (d *Driver) GetProviderType() provider.ProviderType + func (d *Driver) GetSSHHostname() (string, error) + func (d *Driver) GetSSHKeyPath() string + func (d *Driver) GetSSHPort() (int, error) + func (d *Driver) GetSSHUsername() string + 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