Documentation
¶
Index ¶
- type Linode
- func (l *Linode) CreateServer(args automation.ServerArgs) (*automation.ResourceResults, error)
- func (l *Linode) DeleteServer(id string, args automation.ServerArgs) error
- func (l *Linode) GetServer(id string, args automation.ServerArgs) (*automation.ResourceResults, error)
- func (l *Linode) ListServer() ([]automation.ResourceResults, error)
- func (l *Linode) UpdateServer(id string, args automation.ServerArgs) error
- func (l *Linode) UploadPlugin(id string, args automation.ServerArgs, plugin, destination string) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Linode ¶
type Linode struct {
// contains filtered or unexported fields
}
func (*Linode) CreateServer ¶
func (l *Linode) CreateServer(args automation.ServerArgs) (*automation.ResourceResults, error)
func (*Linode) DeleteServer ¶
func (l *Linode) DeleteServer(id string, args automation.ServerArgs) error
func (*Linode) GetServer ¶
func (l *Linode) GetServer(id string, args automation.ServerArgs) (*automation.ResourceResults, error)
func (*Linode) ListServer ¶
func (l *Linode) ListServer() ([]automation.ResourceResults, error)
func (*Linode) UpdateServer ¶
func (l *Linode) UpdateServer(id string, args automation.ServerArgs) error
func (*Linode) UploadPlugin ¶
func (l *Linode) UploadPlugin(id string, args automation.ServerArgs, plugin, destination string) error
Click to show internal directories.
Click to hide internal directories.