| |
- fgcp.FGCPError(exceptions.Exception)
-
- FGCPDesignError
- fgcp.resource.FGCPResource(fgcp.resource.FGCPElement)
-
- FGCPDesign
class FGCPDesign(fgcp.resource.FGCPResource) |
|
FGCP VSystem Design |
|
- Method resolution order:
- FGCPDesign
- fgcp.resource.FGCPResource
- fgcp.resource.FGCPElement
- __builtin__.object
Methods defined here:
- build_vsystem(self, vsysName=None, filePath=None)
- Build new VSystem based on loaded VSystem Design
- from_code(self, lines)
- from_var(self, what, parent=None)
- from_yaml(self, lines)
- load_file(self, filePath)
- Load VSystem Design from file
- load_vsystem(self, vsystem)
- Load VSystem Design from vsystem
- save_file(self, filePath, format='txt')
- Save VSystem Design to file
- to_code(self, what)
- to_var(self, what)
- to_yaml(self, what, depth=0, suffix='')
Data and other attributes defined here:
- filePath = None
- vsysName = None
- vsystem = None
Methods inherited from fgcp.resource.FGCPResource:
- __init__(self, **kwargs)
- __repr__(self)
- check_status(self, in_state=[], out_state=[])
- create(self, wait=None)
- destroy(self)
- getid(self)
- getparentid(self)
- getproxy(self)
- merge_attr(self, partial)
- retrieve(self, refresh=None)
- setparent(self, parent)
- show_output(self, text='')
- update(self)
- wait_for_status(self, in_state=[], out_state=[], timeout=900)
Methods inherited from fgcp.resource.FGCPElement:
- pformat(self, what, depth=0)
- pprint(self)
- Show dump of the FGCP Element for development
- reset_attr(self, what)
Data descriptors inherited from fgcp.resource.FGCPElement:
- __dict__
- dictionary for instance variables (if defined)
- __weakref__
- list of weak references to the object (if defined)
|
|