Revision ebe466d8 lib/rpc_defs.py

b/lib/rpc_defs.py
224 224
    ("instance", ED_INST_DICT, "Instance object"),
225 225
    ("timeout", None, None),
226 226
    ], None, None, "Stops an instance"),
227
  ("instance_balloon_memory", SINGLE, None, TMO_NORMAL, [
228
    ("instance", ED_INST_DICT, "Instance object"),
229
    ("memory", None, None),
230
    ], None, None, "Modify the amount of an instance's runtime memory"),
227 231
  ("instance_run_rename", SINGLE, None, TMO_SLOW, [
228 232
    ("instance", ED_INST_DICT, "Instance object"),
229 233
    ("old_name", None, None),

Also available in: Unified diff