ganeti

Safe HaskellNone

Ganeti.Objects.Instance

Description

Implementation of the Ganeti Instance config object.

Documentation

instUuidL :: Lens' Instance ByteStringSource

instMtimeL :: Lens' Instance ClockTimeSource

instCtimeL :: Lens' Instance ClockTimeSource

instNetworkPortL :: Lens' Instance (Maybe Int)Source

instDisksL :: Lens' Instance [String]Source

instUuid :: Instance -> ByteStringSource

instMtime :: Instance -> ClockTimeSource

instCtime :: Instance -> ClockTimeSource

instDisks :: Instance -> [String]Source

instOs :: Instance -> Maybe StringSource

instPrimaryNode :: Instance -> Maybe StringSource

instName :: Instance -> Maybe StringSource