Documentation ¶
Index ¶
- type Scaleway
- func (s *Scaleway) CreateServer(args automation.ServerArgs) (*automation.ResourceResults, error)
- func (s *Scaleway) DeleteServer(id string, args automation.ServerArgs) error
- func (s *Scaleway) GetServer(id string, args automation.ServerArgs) (*automation.ResourceResults, error)
- func (s *Scaleway) ListServer() ([]automation.ResourceResults, error)
- func (s *Scaleway) UpdateServer(id string, args automation.ServerArgs) error
- func (s *Scaleway) 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 Scaleway ¶
type Scaleway struct {
// contains filtered or unexported fields
}
func NewScaleway ¶
func (*Scaleway) CreateServer ¶
func (s *Scaleway) CreateServer(args automation.ServerArgs) (*automation.ResourceResults, error)
func (*Scaleway) DeleteServer ¶
func (s *Scaleway) DeleteServer(id string, args automation.ServerArgs) error
func (*Scaleway) GetServer ¶
func (s *Scaleway) GetServer(id string, args automation.ServerArgs) (*automation.ResourceResults, error)
func (*Scaleway) ListServer ¶
func (s *Scaleway) ListServer() ([]automation.ResourceResults, error)
func (*Scaleway) UpdateServer ¶
func (s *Scaleway) UpdateServer(id string, args automation.ServerArgs) error
func (*Scaleway) UploadPlugin ¶
func (s *Scaleway) UploadPlugin(id string, args automation.ServerArgs, plugin, destination string) error
Click to show internal directories.
Click to hide internal directories.