| Trees | Indices | Help | 
        
  | 
  
|---|
| 
       | 
  
Transportable objects for Ganeti.
This module provides small, mostly data-only objects which are safe to pass to and from external parties.
    
  | 
|||
| 
        ConfigObject A generic config object.  | 
  |||
| 
        TaggableObject An generic class supporting tags.  | 
  |||
| 
        ConfigData Top-level config object.  | 
  |||
| 
        NIC Config object representing a network card.  | 
  |||
| 
        Disk Config object representing a block device.  | 
  |||
| 
        Instance Config object representing an instance.  | 
  |||
| 
        OS Config object representing an operating system.  | 
  |||
| 
        Node Config object representing a node.  | 
  |||
| 
        NodeGroup Config object representing a node group.  | 
  |||
| 
        Cluster Config object representing the cluster.  | 
  |||
| 
        BlockDevStatus Config object representing the status of a block device.  | 
  |||
| 
        ImportExportStatus Config object representing the status of an import or export.  | 
  |||
| 
        ImportExportOptions Options for import/export daemon  | 
  |||
| 
        ConfdRequest Object holding a confd request.  | 
  |||
| 
        ConfdReply Object holding a confd reply.  | 
  |||
| 
        SerializableConfigParser Simple wrapper over ConfigParse that allows serialization.  | 
  |||
    
  | 
|||
| dict | 
      
  | 
  ||
      
  | 
  |||
    
  | 
|||
        _TIMESTAMPS = ["ctime", "mtime"]
     | 
  |||
        _UUID = ["uuid"]
     | 
  |||
Imports: ConfigParser, re, copy, StringIO, errors, constants, AF_INET
    
  | 
|||
  
 Basic function to apply settings on top a default dict. 
  | 
  
 Update all groups for the target parameter. 
  | 
| Trees | Indices | Help | 
        
  | 
  
|---|
| Generated by Epydoc 3.0.1 on Mon Dec 20 13:26:36 2010 | http://epydoc.sourceforge.net |