Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Ganeti.Query.Node
Description
Implementation of the Ganeti Query2 node queries.
Synopsis
- type Runtime = Either RpcError RpcResultNodeInfo
- fieldsMap :: FieldMap Node Runtime
- collectLiveData :: Bool -> ConfigData -> [String] -> [Node] -> IO [(Node, Runtime)]
Documentation
type Runtime = Either RpcError RpcResultNodeInfo #
Runtime is the resulting type for NodeInfo call.
collectLiveData :: Bool -> ConfigData -> [String] -> [Node] -> IO [(Node, Runtime)] #
Collect live data from RPC query if enabled.