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