Revision 64981f25 src/Ganeti/OpCodes.hs

b/src/Ganeti/OpCodes.hs
745 745
     , withDoc "Which ExtStorage Provider to diagnose" pNames
746 746
     ],
747 747
     [])
748
  , ("OpBackupQuery",
749
     [t| JSObject (Either Bool [NonEmptyString]) |],
750
     OpDoc.opBackupQuery,
751
     [ pUseLocking
752
     , withDoc "Empty list to query all nodes, node names otherwise" pNodes
753
     ],
754
     [])
755 748
  , ("OpBackupPrepare",
756 749
     [t| Maybe (JSObject JSValue) |],
757 750
     OpDoc.opBackupPrepare,
......
914 907
     , pNetworkName
915 908
     ],
916 909
     "network_name")
917
  , ("OpNetworkQuery",
918
     [t| [[JSValue]] |],
919
     OpDoc.opNetworkQuery,
920
     [ pOutputFields
921
     , pUseLocking
922
     , withDoc "Empty list to query all groups, group names otherwise" pNames
923
     ],
924
     [])
925 910
  ])
926 911

  
927 912
-- | Returns the OP_ID for a given opcode value.

Also available in: Unified diff