Back to index
Summary
Modifies a tier mapping in the specified tier map for the application.projectNameStringrequiredThe name for the project that must be unique among all projects. applicationNameStringoptionalThe name of the application. tierMapNameStringoptionalThe name of the tier map. applicationTierNameStringoptionalName of the application tier. applicationEntityRevisionIdStringoptionalThe revision ID of the versioned object. environmentNameStringoptionalThe name of the environment. environmentProjectNameStringoptionalThe name of the environment's project name. environmentTierNameStringoptionalName of the environment tier. newNameStringoptionalThe new name for an existing object that is being renamed. resourceExpressionStringoptionalResource expression to pick up resources from the environment tier. tierMappingNameStringoptionalThe name of the tierMapping. |
Usage
Groovy
import com.electriccloud.client.groovy.ElectricFlow import com.electriccloud.client.groovy.models.* ElectricFlow ef = new ElectricFlow() def result = ef.modifyTierMapping( projectName: "test-projectName" /* optional arguments */ )