softlayer

package
v0.2.0-rc2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 26, 2015 License: Apache-2.0 Imports: 16 Imported by: 0

Documentation

Index

Constants

View Source
const (
	ApiEndpoint = "https://api.softlayer.com/rest/v3"
)

Variables

This section is empty.

Functions

func GetCreateFlags

func GetCreateFlags() []cli.Flag

func NewDriver

func NewDriver(machineName string, storePath string, caCert string, privateKey string) (drivers.Driver, error)

Types

type BlockDevice

type BlockDevice struct {
	Device    string    `json:"device"`
	DiskImage DiskImage `json:"diskImage"`
}

type Client

type Client struct {
	User     string
	ApiKey   string
	Endpoint string
}

func NewClient

func NewClient(user, key, endpoint string) *Client

func (*Client) SshKey

func (c *Client) SshKey() *sshKey

func (*Client) VirtualGuest

func (c *Client) VirtualGuest() *virtualGuest

type Datacenter

type Datacenter struct {
	Name string `json:"name"`
}

type DiskImage

type DiskImage struct {
	Capacity int `json:"capacity"`
}

type Driver

type Driver struct {
	IPAddress string

	Id             int
	Client         *Client
	SSHUser        string
	SSHPort        int
	MachineName    string
	CaCertPath     string
	PrivateKeyPath string
	SwarmMaster    bool
	SwarmHost      string
	SwarmDiscovery string
	// contains filtered or unexported fields
}

func (*Driver) AuthorizePort added in v0.2.0

func (d *Driver) AuthorizePort(ports []*drivers.Port) error

func (*Driver) Create

func (d *Driver) Create() error

func (*Driver) DeauthorizePort added in v0.2.0

func (d *Driver) DeauthorizePort(ports []*drivers.Port) error

func (*Driver) DriverName

func (d *Driver) DriverName() string

func (*Driver) GetActiveTransaction added in v0.2.0

func (d *Driver) GetActiveTransaction() (string, error)

func (*Driver) GetIP

func (d *Driver) GetIP() (string, error)

func (*Driver) GetMachineName added in v0.2.0

func (d *Driver) GetMachineName() string

func (*Driver) GetProviderType added in v0.2.0

func (d *Driver) GetProviderType() provider.ProviderType

func (*Driver) GetSSHHostname added in v0.2.0

func (d *Driver) GetSSHHostname() (string, error)

func (*Driver) GetSSHKeyPath added in v0.2.0

func (d *Driver) GetSSHKeyPath() string

func (*Driver) GetSSHPort added in v0.2.0

func (d *Driver) GetSSHPort() (int, error)

func (*Driver) GetSSHUsername added in v0.2.0

func (d *Driver) GetSSHUsername() string

func (*Driver) GetState

func (d *Driver) GetState() (state.State, error)

func (*Driver) GetURL

func (d *Driver) GetURL() (string, error)

func (*Driver) Kill

func (d *Driver) Kill() error

func (*Driver) PreCreateCheck

func (d *Driver) PreCreateCheck() error

func (*Driver) Remove

func (d *Driver) Remove() error

func (*Driver) Restart

func (d *Driver) Restart() error

func (*Driver) SetConfigFromFlags

func (d *Driver) SetConfigFromFlags(flags drivers.DriverOptions) error

func (*Driver) Start

func (d *Driver) Start() error

func (*Driver) Stop

func (d *Driver) Stop() error

type HostSpec

type HostSpec struct {
	Hostname       string        `json:"hostname"`
	Domain         string        `json:"domain"`
	Cpu            int           `json:"startCpus"`
	Memory         int           `json:"maxMemory"`
	Datacenter     Datacenter    `json:"datacenter"`
	SshKeys        []*SshKey     `json:"sshKeys"`
	BlockDevices   []BlockDevice `json:"blockDevices"`
	InstallScript  string        `json:"postInstallScriptUri"`
	PrivateNetOnly bool          `json:"privateNetworkOnlyFlag"`
	Os             string        `json:"operatingSystemReferenceCode"`
	HourlyBilling  bool          `json:"hourlyBillingFlag"`
	LocalDisk      bool          `json:"localDiskFlag"`
}

type SshKey

type SshKey struct {
	Key   string `json:"key,omitempty"`
	Id    int    `json:"id,omitempty"`
	Label string `json:"label,omitempty"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL