Template - setParameterInstanceOverriddenValue

Template - setParameterInstanceOverriddenValue

Description :

This command sets the value of a property in a property instance.

Return type : DBKey

Command Input :

Variable Name

Variable Type

Description

templateName

String

Name of the template.

groupName

String

Name of the template group.

instanceName

String

Name of the property instance.

parameterName

String

Name of the property.

valueAsString

String

The new value.

Example

This example re-sets the value of install_dir in the Dev instance of the Apache template to /opt/apache/dev.

Script





Template setParameterInstanceOverriddenValue Apache /Applications/WebServers/Unix Dev install_dir "/opt/apache/dev" 



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

Comments