linode-0.2.0.0: Bindings to the Linode API

Safe HaskellNone
LanguageHaskell2010

Network.Linode.Types

Synopsis

Documentation

newtype DiskId Source

Constructors

DiskId 

Fields

unDisk :: Int
 

newtype JobId Source

Constructors

JobId Int 

newtype PlanId Source

Constructors

PlanId Int 

data Instance Source

Detailed info about a Linode instance. Memory and transfer are given in MB.

data Kernel Source

Constructors

Kernel 

Fields

kernelId :: KernelId
 
kernelName :: Text
 
isXen :: Bool
 
isKVM :: Bool
 
isPVOPS :: Bool
 

Instances

data Plan Source

Constructors

Plan 

Instances

data Response a Source

Constructors

Response 

Instances

Eq a => Eq (Response a) Source 
Show a => Show (Response a) Source 
FromJSON a => FromJSON (Response a) Source