Documentation ¶
Index ¶
- type Vultr
- func (this *Vultr) BandwidthAccounting(vm *lobster.VirtualMachine) int64
- func (this *Vultr) ImageDelete(imageIdentification string) error
- func (this *Vultr) ImageFetch(url string, format string) (string, error)
- func (this *Vultr) ImageInfo(imageIdentification string) (*lobster.ImageInfo, error)
- func (this *Vultr) ImageList() ([]*lobster.Image, error)
- func (this *Vultr) PlanList() ([]*lobster.Plan, error)
- func (this *Vultr) VmAction(vm *lobster.VirtualMachine, action string, value string) error
- func (this *Vultr) VmCreate(vm *lobster.VirtualMachine, options *lobster.VMIVmCreateOptions) (string, error)
- func (this *Vultr) VmDelete(vm *lobster.VirtualMachine) error
- func (this *Vultr) VmInfo(vm *lobster.VirtualMachine) (*lobster.VmInfo, error)
- func (this *Vultr) VmReboot(vm *lobster.VirtualMachine) error
- func (this *Vultr) VmSnapshot(vm *lobster.VirtualMachine) (string, error)
- func (this *Vultr) VmStart(vm *lobster.VirtualMachine) error
- func (this *Vultr) VmStop(vm *lobster.VirtualMachine) error
- func (this *Vultr) VmVnc(vm *lobster.VirtualMachine) (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) BandwidthAccounting ¶
func (this *Vultr) BandwidthAccounting(vm *lobster.VirtualMachine) int64
func (*Vultr) ImageDelete ¶
func (*Vultr) VmCreate ¶
func (this *Vultr) VmCreate(vm *lobster.VirtualMachine, options *lobster.VMIVmCreateOptions) (string, error)
func (*Vultr) VmSnapshot ¶
func (this *Vultr) VmSnapshot(vm *lobster.VirtualMachine) (string, error)
Click to show internal directories.
Click to hide internal directories.