modifyTierMapping

On this page
Back to index

Summary

Modifies a tier mapping in the specified tier map for the application.
projectName
Stringrequired
The name for the project that must be unique among all projects.
applicationEntityRevisionId
Stringoptional
The revision ID of the versioned object.
applicationName
Stringoptional
The name of the application.
applicationTierName
Stringoptional
Name of the application tier.
environmentName
Stringoptional
The name of the environment.
environmentProjectName
Stringoptional
The name of the environment's project name.
environmentTierName
Stringoptional
Name of the environment tier.
newName
Stringoptional
The new name for an existing object that is being renamed.
resourceExpression
Stringoptional
Resource expression to pick up resources from the environment tier.
tierMapName
Stringoptional
The name of the tier map.
tierMappingName
Stringoptional
The name of the tierMapping.

Usage

Perl

$cmdr->modifyTierMapping( "test-projectName" # projectName # optionals );

ectool

ectool modifyTierMapping \ "test-projectName" `# projectName` \ # optionals