DigitalOcean-0.1.1.0: A client library for the DigitalOcean API

Safe HaskellNone
LanguageHaskell2010

Net.DigitalOcean.Droplets

Contents

Synopsis

Documentation

deleteDroplet :: (Error e, MonadError e m, MonadIO m) => Text -> Config -> m () Source

performDropletAction :: (Error e, MonadError e m, MonadIO m) => Text -> DropletAction -> Config -> m Action Source

Perform an action on the droplet with the given ID

Droplet creation options

defaultDCO :: Text -> Text -> Text -> Text -> DropletCreationOpts Source

Creates a basic Droplet creation options object with ipv6 and private networking enabled, and without backups, user data or ssh keys.

Can and should be further modified before passing to createDroplet

Lens Accessors