mirror of https://github.com/apache/cloudstack.git
Build phase will init the bare minimum object required to make the web request to the mgmt server Create phase will make the actual request and fill the attributes of the entity after recieving the response This allows for one shot creation of the entity using: EntityFactory.create(apiclient) over two steps: factory = EntityFactory() entity = Entity.create(apiclient, factory) TODO: Figure out howto perform related factory creation. eg: UserFactory.create() inits AccountFactory.create() Signed-off-by: Prasanna Santhanam <tsp@apache.org> |
||
|---|---|---|
| .. | ||
| apidoc | ||
| appliance | ||
| bugs-wiki | ||
| build | ||
| cli | ||
| devcloud | ||
| devcloud-kvm | ||
| eclipse | ||
| git | ||
| marvin | ||
| ngui | ||
| transifex | ||
| whisker | ||
| pom.xml | ||