Safe Haskell | None |
---|---|
Language | Haskell2010 |
Web.Mackerel.Types.Host
Documentation
data HostMetaCloud Source #
Constructors
HostMetaCloud | |
Fields |
Instances
Eq HostMetaCloud Source # | |
Defined in Web.Mackerel.Types.Host Methods (==) :: HostMetaCloud -> HostMetaCloud -> Bool # (/=) :: HostMetaCloud -> HostMetaCloud -> Bool # | |
Show HostMetaCloud Source # | |
Defined in Web.Mackerel.Types.Host Methods showsPrec :: Int -> HostMetaCloud -> ShowS # show :: HostMetaCloud -> String # showList :: [HostMetaCloud] -> ShowS # | |
ToJSON HostMetaCloud Source # | |
Defined in Web.Mackerel.Types.Host Methods toJSON :: HostMetaCloud -> Value # toEncoding :: HostMetaCloud -> Encoding # toJSONList :: [HostMetaCloud] -> Value # toEncodingList :: [HostMetaCloud] -> Encoding # | |
FromJSON HostMetaCloud Source # | |
Defined in Web.Mackerel.Types.Host Methods parseJSON :: Value -> Parser HostMetaCloud # parseJSONList :: Value -> Parser [HostMetaCloud] # |
data HostMetaCpu Source #
Constructors
HostMetaCpu | |
Fields
|
Instances
Eq HostMetaCpu Source # | |
Defined in Web.Mackerel.Types.Host | |
Show HostMetaCpu Source # | |
Defined in Web.Mackerel.Types.Host Methods showsPrec :: Int -> HostMetaCpu -> ShowS # show :: HostMetaCpu -> String # showList :: [HostMetaCpu] -> ShowS # | |
ToJSON HostMetaCpu Source # | |
Defined in Web.Mackerel.Types.Host Methods toJSON :: HostMetaCpu -> Value # toEncoding :: HostMetaCpu -> Encoding # toJSONList :: [HostMetaCpu] -> Value # toEncodingList :: [HostMetaCpu] -> Encoding # | |
FromJSON HostMetaCpu Source # | |
Defined in Web.Mackerel.Types.Host |
Constructors
HostMeta | |
Fields
|
data HostStatus Source #
Instances
Eq HostStatus Source # | |
Defined in Web.Mackerel.Types.Host | |
Read HostStatus Source # | |
Defined in Web.Mackerel.Types.Host Methods readsPrec :: Int -> ReadS HostStatus # readList :: ReadS [HostStatus] # readPrec :: ReadPrec HostStatus # readListPrec :: ReadPrec [HostStatus] # | |
Show HostStatus Source # | |
Defined in Web.Mackerel.Types.Host Methods showsPrec :: Int -> HostStatus -> ShowS # show :: HostStatus -> String # showList :: [HostStatus] -> ShowS # | |
ToJSON HostStatus Source # | |
Defined in Web.Mackerel.Types.Host Methods toJSON :: HostStatus -> Value # toEncoding :: HostStatus -> Encoding # toJSONList :: [HostStatus] -> Value # toEncodingList :: [HostStatus] -> Encoding # | |
FromJSON HostStatus Source # | |
Defined in Web.Mackerel.Types.Host |
data HostInterface Source #
Constructors
HostInterface | |
Instances
Eq HostInterface Source # | |
Defined in Web.Mackerel.Types.Host Methods (==) :: HostInterface -> HostInterface -> Bool # (/=) :: HostInterface -> HostInterface -> Bool # | |
Show HostInterface Source # | |
Defined in Web.Mackerel.Types.Host Methods showsPrec :: Int -> HostInterface -> ShowS # show :: HostInterface -> String # showList :: [HostInterface] -> ShowS # | |
ToJSON HostInterface Source # | |
Defined in Web.Mackerel.Types.Host Methods toJSON :: HostInterface -> Value # toEncoding :: HostInterface -> Encoding # toJSONList :: [HostInterface] -> Value # toEncodingList :: [HostInterface] -> Encoding # | |
FromJSON HostInterface Source # | |
Defined in Web.Mackerel.Types.Host Methods parseJSON :: Value -> Parser HostInterface # parseJSONList :: Value -> Parser [HostInterface] # |
Constructors
Host | |
Fields
|
data HostCreate Source #
Constructors
HostCreate | |
Instances
Eq HostCreate Source # | |
Defined in Web.Mackerel.Types.Host | |
Show HostCreate Source # | |
Defined in Web.Mackerel.Types.Host Methods showsPrec :: Int -> HostCreate -> ShowS # show :: HostCreate -> String # showList :: [HostCreate] -> ShowS # | |
ToJSON HostCreate Source # | |
Defined in Web.Mackerel.Types.Host Methods toJSON :: HostCreate -> Value # toEncoding :: HostCreate -> Encoding # toJSONList :: [HostCreate] -> Value # toEncodingList :: [HostCreate] -> Encoding # | |
FromJSON HostCreate Source # | |
Defined in Web.Mackerel.Types.Host | |
Default HostCreate Source # | |
Defined in Web.Mackerel.Types.Host Methods def :: HostCreate # |