Back to index
Summary
Creates a tier mapping in the specified tier map for the application.projectNameStringrequiredThe name for the project that must be unique among all projects. applicationEntityRevisionIdUUIDoptionalThe revision ID of the versioned object. applicationNameStringoptionalThe name of the application. applicationTierNameStringoptionalName of the application tier. environmentNameStringoptionalThe name of the environment. environmentProjectNameStringoptionalThe name of the environment's project name. environmentTierNameStringoptionalName of the environment tier. resourceExpressionStringoptionalResource expression to pick up resources from the environment tier. tierMapNameStringoptionalThe name of the tier map. tierMappingNameStringoptionalThe name of the tierMapping. |
Usage
Perl
$cmdr->createTierMapping( "test-projectName" # projectName # optionals );
ectool
ectool createTierMapping \ "test-projectName" `# projectName` \ # optionals
Examples
Specify tier mappings
Use one of the following combination of arguments to define the tier map name and tier mapping name objects based on what objects your already have. You must specify a tier map, and optionally, a tier mapping.
-
applicationName, tierMapName, tierMappingName
-
applicationName, applicationTierName, environmentTierName, tierMapName
-
applicationName, applicationTierName, environmentName, environmentTierName