Template - createParameterInstance_1

Template - createParameterInstance

Description :

This command creates a new property instance inside a template. The property instance has overridden values. The name of the property instance must be unique within the template.

Return type : DBKey

Command Input :

Variable Name

Variable Type

Description

templateName

String

Name of the template.

groupName

String

Fully qualified group name.

instanceName

String

Name of the new instance you are creating.

instanceDescription

String

Description of the instance.

propsStr

String

Overridden property values.

Example

This example creates a new "Dev" instance of the Apache template.

Script





Template createParameterInstance Apache /Applications/WebServers/Unix Dev "Development Environment Values" "intProp=1,strProp=my value,decVal=0.0" 



Was this page helpful? Yes No Submitting... Thank you

Comments