digitalocean v0.1.1 DigitalOcean.Droplet

API methods for interacting with the Droplet module.

See the Droplet Reference.

Summary

Functions

Create a new Droplet

Delete a Droplet by its id or all Droplets with given Tag

List all Droplets

Get all Droplets with a given Tag. Same as DigitalOcean.Tag.droplets/1

Get an existing Droplet

List available backups for a Droplet

List available Kernels for a Droplet

List snapshots for a Droplet

Functions

create(data)

Create a new Droplet.

create(names, data)
create!(data)
create!(names, data)
delete(key)

Delete a Droplet by its id or all Droplets with given Tag.

delete!(key)
list()

List all Droplets.

list(tag)

Get all Droplets with a given Tag. Same as DigitalOcean.Tag.droplets/1.

list!()
list!(tag)
show(droplet_id)

Get an existing Droplet.

show!(droplet_id)
show_backups(droplet_id)

List available backups for a Droplet.

show_backups!(droplet_id)
show_kernels(droplet_id)

List available Kernels for a Droplet.

show_kernels!(droplet_id)
show_snapshots(droplet_id)

List snapshots for a Droplet.

show_snapshots!(droplet_id)