Python Plugin Reference
CI Reference
Configuration Item Overview
Deployeds
CI | Description |
---|---|
python.PythonManagedDeployed | The supertype of all Deployeds |
Other Configuration Items
CI | Description |
---|---|
python.PythonManagedDeployed | The supertype of all Deployeds |
Configuration Item Details
python.PythonManagedDeployed
Virtual Type | |
---|---|
Type Hierarchy | udm.BaseDeployed >> udm.BaseConfigurationItem |
Interfaces | udm.EmbeddedDeployedContainer, udm.Deployed, udm.ConfigurationItem |
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.
|
||
|
|
exposeDeployedApplication
:
BOOLEAN
= false
|
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
|