environment
| Extends: | baseModel |
|---|---|
| Namespace: | (default namespace) |
| XML Schema: | ns0.xsd |
A class is used to describe the details of an Environment. Two types of environment have been supported, namely, T (testing) and P (production). Staging is considered as a production environment.
XML
Elements
| name (type) | min/max occurs |
description |
|---|---|---|
| id (integer) | 0/1 | The environment unique database ID. |
| name (string) | 0/1 | The name of the environment. |
| domain (string) | 0/1 | The environment domain name. |
| description (string) | 0/1 | The description of the environment. |
| type (envType) | 0/1 | The type of environment. For instance: TESTING, or PRODUCTION. |
| serviceProviderId (integer) | 0/1 |