Safe Haskell | Safe |
---|
Synopsis
- newtype PythonChar = PythonChar {
- unPythonChar :: Char
- data PythonNone = PythonNone
- newtype FrozenSet a = FrozenSet {
- unFrozenSet :: Set a
- mkSet :: Ord a => [a] -> FrozenSet a
- toList :: FrozenSet a -> [a]
- union :: Ord a => FrozenSet a -> FrozenSet a -> FrozenSet a
- difference :: Ord a => FrozenSet a -> FrozenSet a -> FrozenSet a
- data Protocol
- exitFailure :: Int
- devConsole :: String
- randomUuidFile :: String
- priorityLow :: Int
- priorityNormal :: Int
- priorityHigh :: Int
- buildVersion :: Int -> Int -> Int -> Int
- confdProtocolVersion :: Int
- confdReqqLink :: String
- confdReqqIp :: String
- confdReqqIplist :: String
- confdReqqFields :: String
- ispecMemSize :: String
- ispecCpuCount :: String
- ispecDiskCount :: String
- ispecDiskSize :: String
- ispecNicCount :: String
- ispecSpindleUse :: String
- ispecsMinmax :: String
- ispecsStd :: String
- ipolicyDts :: String
- ipolicyVcpuRatio :: String
- ipolicySpindleRatio :: String
- ipolicyDefaultsVcpuRatio :: Double
- ipolicyDefaultsSpindleRatio :: Double
Documentation
newtype PythonChar Source #
PythonChar
wraps a Python char
PythonChar | |
|
Instances
Show PythonChar # | |
Defined in Ganeti.ConstantUtils showsPrec :: Int -> PythonChar -> ShowS show :: PythonChar -> String showList :: [PythonChar] -> ShowS | |
PyValue PythonChar # | |
Defined in Ganeti.ConstantUtils showValue :: PythonChar -> String Source # showValueList :: [PythonChar] -> String Source # |
data PythonNone Source #
PythonNone
wraps Python None
Instances
PyValue PythonNone # | |
Defined in Ganeti.ConstantUtils showValue :: PythonNone -> String Source # showValueList :: [PythonNone] -> String Source # |
FrozenSet | |
|
Instances
Eq a => Eq (FrozenSet a) # | |
Ord a => Ord (FrozenSet a) # | |
Show a => Show (FrozenSet a) # | |
Ord a => Semigroup (FrozenSet a) # | |
Ord a => Monoid (FrozenSet a) # | |
PyValue a => PyValue (FrozenSet a) # | Converts a Haskell This instance was supposed to be for |
Defined in Ganeti.ConstantUtils |
Protocol
represents the protocols used by the daemons
exitFailure :: Int Source #
devConsole :: String Source #
randomUuidFile :: String Source #
Priority levels
priorityLow :: Int Source #
priorityNormal :: Int Source #
priorityHigh :: Int Source #
buildVersion :: Int -> Int -> Int -> Int Source #
Calculates int version number from major, minor and revision numbers.
confdProtocolVersion :: Int Source #
Confd request query fields
confdReqqLink :: String Source #
confdReqqIp :: String Source #
confdReqqIplist :: String Source #
confdReqqFields :: String Source #
ISpec
ispecMemSize :: String Source #
ispecCpuCount :: String Source #
ispecDiskCount :: String Source #
ispecDiskSize :: String Source #
ispecNicCount :: String Source #
ispecSpindleUse :: String Source #
ispecsMinmax :: String Source #
ipolicyDts :: String Source #
ipolicyVcpuRatio :: String Source #
ipolicySpindleRatio :: String Source #
ipolicyDefaultsVcpuRatio :: Double Source #
ipolicyDefaultsSpindleRatio :: Double Source #