digitalocean v0.1.1 DigitalOcean.Tag

API methods for interacting with the Tag module.

See the Tag Reference.

Summary

Functions

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

Add the Tag to each Droplet in the list, via their IDs

Remove the Tag from a list of Droplets, via their IDs

Functions

create(name)
create!(name)
delete(name)
delete!(name)
droplets(name)

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

droplets!(name)
list()
list!()
show(name)
show!(name)
tag(name, list)

Add the Tag to each Droplet in the list, via their IDs.

untag(name, list)

Remove the Tag from a list of Droplets, via their IDs.

update(old, new)
update!(old, new)