Revision 0a7bed64 lib/opcodes.py

b/lib/opcodes.py
428 428
  OP_ID = "OP_BACKUP_EXPORT"
429 429
  __slots__ = ["instance_name", "target_node", "shutdown"]
430 430

  
431

  
431 432
class OpRemoveExport(OpCode):
432 433
  """Remove an instance's export."""
433 434
  OP_ID = "OP_BACKUP_REMOVE"
434 435
  __slots__ = ["instance_name"]
435 436

  
437

  
436 438
# Tags opcodes
437 439
class OpGetTags(OpCode):
438 440
  """Returns the tags of the given object."""

Also available in: Unified diff