Back to index
Summary
Creates a new environment template tier mapping for an environment template tier map.projectNameStringrequiredThe name for the project that must be unique among all projects. applicationNameStringrequiredThe name of the application. environmentTemplateTierMapNameStringoptionalThe name of the environment template tier map. applicationEntityRevisionIdStringoptionalThe revision ID of the versioned object. applicationTierNameStringoptionalName of the application tier. environmentProjectNameStringoptionalThe name of the environment template's project name. environmentTemplateNameStringoptionalThe name of the environment template. environmentTemplateTierMappingNameStringoptionalThe name of the environment template tier mapping. If not specified the operation will assume a UUID string. environmentTemplateTierNameStringoptionalName of the environment template tier. |
Usage
Groovy
import com.electriccloud.client.groovy.ElectricFlow import com.electriccloud.client.groovy.models.* ElectricFlow ef = new ElectricFlow() def result = ef.createEnvironmentTemplateTierMapping( projectName: "test-projectName", applicationName: "test-applicationName" /* optional arguments */ )