| Home | Trees | Indices | Help |
|
|---|
|
|
Environment entity representation. An environment defines a group of hosts sharing a common property, for example geographical location. An environment may have settings, these settings being available to all hosts in this environment.
An environment entity owns 3 collections:
| Instance Methods | |||
| HostCollection |
|
||
| Host |
|
||
| Environment |
|
||
| AuditLogCollection |
|
||
|
Inherited from Inherited from Inherited from Inherited from Inherited from |
|||
| Properties | |
| string |
organization The name of the organization owning this environment. |
| list of string |
hosts_f The names of the hosts in this environment. |
|
Inherited from Inherited from Inherited from |
|
| Method Details |
Instantiates the collection of hosts associated to this environment.
|
Fetches a host of this environment given its name.
|
Requests the cloning of remote entity. Clone will have given name. This name should not already be in use. Note that the hosts in cloned environment will have a clone with same name in cloned environment. Cloned hosts will all be in DEFINED state (see Host).
|
Instantiates the collection of audit logs associated to this environment. The audit log refer to the environment itself as well as to all hosts and their contexts.
|
| Property Details |
organizationThe name of the organization owning this environment.
|
hosts_fThe names of the hosts in this environment.
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Tue Dec 5 14:16:50 2017 | http://epydoc.sourceforge.net |