Trees | Indices | Help |
|
---|
|
object --+ | Base --+ | Machine
Configured virtual machines to be used as guests.
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from |
|
|||
__tablename__ =
|
|||
id = Column(Integer(), primary_key= True)
|
|||
name = Column(String(255), nullable= False)
|
|||
label = Column(String(255), nullable= False)
|
|||
ip = Column(String(255), nullable= False)
|
|||
platform = Column(String(255), nullable= False)
|
|||
tags = relationship("Tag", secondary= machines_tags, cascade=
|
|||
interface = Column(String(255), nullable= True)
|
|||
snapshot = Column(String(255), nullable= True)
|
|||
locked = Column(Boolean(), nullable= False, default= False)
|
|||
locked_changed_on = Column(DateTime(timezone= False), nullable
|
|||
status = Column(String(255), nullable= True)
|
|||
status_changed_on = Column(DateTime(timezone= False), nullable
|
|||
resultserver_ip = Column(String(255), nullable= False)
|
|||
resultserver_port = Column(String(255), nullable= False)
|
|||
__mapper__ = <Mapper at 0x7f86b8194110; Machine>
|
|||
__table__ = Table('machines', MetaData(bind=None), Column('id'
|
|||
_sa_class_manager = <ClassManager of <class 'lib.cuckoo.core.d
|
|||
Inherited from Inherited from |
|
|||
Inherited from |
|
repr(x)
|
Converts object to dict.
|
Converts object to JSON.
|
A simple constructor that allows initialization from kwargs. Sets attributes on the constructed instance using the names and values in ``kwargs``. Only keys that are present as attributes of the instance's class are allowed. These could be, for example, any mapped columns or relationships.
|
|
tags
|
locked_changed_on
|
status_changed_on
|
__table__
|
_sa_class_manager
|
Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Mon Apr 7 13:27:47 2014 | http://epydoc.sourceforge.net |