Python Plugin Reference 9.7.x
CI Reference
Configuration Item Overview
Deployeds
| CI | Description | 
|---|---|
| python.PythonManagedDeployed | The supertype of all Deployeds. | 
| python.PythonManagedDeployedContainer | Base type for all deployeds that are containers. | 
Containers
| CI | Description | 
|---|---|
| python.PythonManagedDeployedContainer | Base type for all deployeds that are containers. | 
Configuration Item Details
python.PythonManagedDeployed
| Virtual Type | |
|---|---|
| Type Hierarchy | udm.BaseDeployed >> udm.BaseConfigurationItem | 
| Interfaces | udm.Deployed, udm.EmbeddedDeployedContainer, python.IPythonManagedDeployed | 
The supertype of all Deployeds.
| Parent | ||
|---|---|---|
|  |  | 
                    container: 
                        CI<udm.Container>
                    
                 | 
| The container on which this deployed runs. | 
| Public properties | ||
|---|---|---|
|  |  | 
                    deployable: 
                        CI<udm.Deployable>
                    
                 | 
| The deployable that this deployed is derived from. | 
| Hidden properties | ||
|---|---|---|
|  |  | 
                    discoverOrder: INTEGER = 50
                 | 
| The order in which a discover step will be executed. | ||
|  |  | 
                    boundConfigurationItems: 
                        SET_OF_CI<udm.ConfigurationItem>
                    
                 | 
| The set of created CIs. | ||
|  |  | 
                    exposeDeployedApplication: BOOLEAN
                 | 
| Flag to indicate whether the deployed application CI is to be injected to the Python script execution context. | ||
|  |  | 
                    libraryScripts: LIST_OF_STRING
                 | 
| List of scripts to be appended to the deployed's runtime script | 
python.PythonManagedDeployedContainer
| Virtual Type | |
|---|---|
| Type Hierarchy | udm.BaseDeployedContainer >> udm.BaseDeployed >> udm.BaseConfigurationItem | 
| Interfaces | udm.Container, udm.Deployed, udm.EmbeddedDeployedContainer, python.IPythonManagedDeployed, udm.Taggable | 
Base type for all deployeds that are containers.
| Parent | ||
|---|---|---|
|  |  | 
                    container: 
                        CI<udm.Container>
                    
                 | 
| The container on which this deployed runs. | 
| Public properties | ||
|---|---|---|
|  |  | 
                    deployable: 
                        CI<udm.Deployable>
                    
                 | 
| The deployable that this deployed is derived from. | ||
|  |  | 
                    tags: SET_OF_STRING
                 | 
| If set, only deployables with the same tag will be automatically mapped to this container. | 
| Hidden properties | ||
|---|---|---|
|  |  | 
                    discoverOrder: INTEGER = 50
                 | 
| The order in which a discover step will be executed. | ||
|  |  | 
                    boundConfigurationItems: 
                        SET_OF_CI<udm.ConfigurationItem>
                    
                 | 
| The set of created CIs. | ||
|  |  | 
                    exposeDeployedApplication: BOOLEAN
                 | 
| Flag to indicate whether the deployed application CI is to be injected to the Python script execution context. | ||
|  |  | 
                    libraryScripts: LIST_OF_STRING
                 | 
| List of scripts to be appended to the deployed's runtime script |