|
|
|
| Description |
| Implementation of the opcodes.
|
|
| Synopsis |
|
|
|
| Documentation |
|
|
| Replace disks type.
| | Constructors | | ReplaceOnPrimary | | | ReplaceOnSecondary | | | ReplaceNewSecondary | | | ReplaceAuto | |
|
|
|
|
OpCode representation.
We only implement a subset of Ganeti opcodes, but only what we
actually use in the htools codebase.
| | Constructors | | OpTestDelay Double Bool [String] | | | OpInstanceReplaceDisks String (Maybe String) ReplaceDisksMode [Int] (Maybe String) | | | OpInstanceFailover String Bool (Maybe String) | | | OpInstanceMigrate String Bool Bool Bool (Maybe String) | |
|
|
|
|
| Computes the OP_ID for an OpCode.
|
|
|
| Loads an OpCode from the JSON serialised form.
|
|
|
| Serialises an opcode to JSON.
|
|
| Produced by Haddock version 2.6.0 |