Home | Trees | Indices | Help |
|
---|
|
A host's change. A change is a group of ordered tasks that must be applied to a host to bring it in a new state. For instance, installing an application on a host implies that a change is queued, the change being composed of tasks such as the installation of a package, the update of configuration files, etc. Note that a change is read-only, it cannot be updated, but it may be deleted.
Instance Methods | |||
bool |
|
||
Inherited from Inherited from Inherited from Inherited from |
Properties | |
string |
identifier Identifier of the entity. |
string |
name Name of this entity. |
string |
label A very short description of the entity. |
int |
order_num The order number of this change. |
list of Task |
tasks The tasks associated to this change. |
Inherited from Inherited from |
Method Details |
Tells if tasks of this change are still pending.
|
Property Details |
identifierIdentifier of the entity. The identifier is unique in entity's collection and can therefore be used to get the entity. This value is generally entity's name but may also be the UUID or another field depending on entity type.
|
nameName of this entity.
|
labelA very short description of the entity. This value generally includes entity's identifier.
|
order_numThe order number of this change.
|
tasksThe tasks associated to this change.
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Tue Dec 5 14:16:50 2017 | http://epydoc.sourceforge.net |