DigOc.Image

Source

Summary

action!(image_id, action_id)

Like action/2 but return only the response body

action(image_id, action_id)

Request the action object associated with the image and action

delete!(id)

Like delete/1 but returns the response body only

delete(id)

Request that an image be deleted

transfer!(id, region_slug)

Like transfer/2 but returns only the response body

transfer(id, region_slug)

Request the image be transfered to a different region

update!(id, new_name)

Like update/2 but returns the response body only

update(id, new_name)

Request that an image be updated

wait_for_action(image_id, action_id)

Like DigOc.Droplet.wait_for_action/2 but for an image, not droplet, action

Functions

action(image_id, action_id)

Request the action object associated with the image and action.

Source
action!(image_id, action_id)

Like action/2 but return only the response body.

Source
delete(id)

Request that an image be deleted.

Source
delete!(id)

Like delete/1 but returns the response body only.

Source
transfer(id, region_slug)

Request the image be transfered to a different region.

Source
transfer!(id, region_slug)

Like transfer/2 but returns only the response body.

Source
update(id, new_name)

Request that an image be updated.

Source
update!(id, new_name)

Like update/2 but returns the response body only.

Source
wait_for_action(image_id, action_id)

Like DigOc.Droplet.wait_for_action/2 but for an image, not droplet, action.

Source