setTierResourcePhase

On this page
Back to index

Summary

Maps a resource to a rolling deploy phase.
projectName
Stringrequired
The name for the project that must be unique among all projects.
environmentName
Stringrequired
The name of the environment.
environmentTierName
Stringrequired
Name for the environment tier; must be unique among all tiers for the environment.
resourceNames
Stringoptional
List of resources to be mapped to a rolling deploy phase.
resourcePhaseMappings
Stringoptional
A map of resource and rolling deploy phase.
resourcePoolNames
Stringoptional
List of resource pools to be mapped to a rolling deploy phase.
resourcePoolPhaseMappings
Stringoptional
A map of resource pool and rolling deploy phase.
rollingDeployPhaseName
Stringoptional
Name for the rolling deploy phase to be associated with the resource.

Usage

Perl

$cmdr->setTierResourcePhase( "test-projectName", # projectName "test-environmentName", # environmentName "test-environmentTierName" # environmentTierName # optionals );

ectool

ectool setTierResourcePhase \ "test-projectName" `# projectName` \ "test-environmentName" `# environmentName` \ "test-environmentTierName" `# environmentTierName` \ # optionals