createEnvironmentTemplateTierMapping

On this page
Back to index

Summary

Creates a new environment template tier mapping for an environment template tier map.
projectName
Stringrequired
The name for the project that must be unique among all projects.
applicationName
Stringrequired
The name of the application.
environmentTemplateTierMapName
Stringoptional
The name of the environment template tier map.
applicationEntityRevisionId
Stringoptional
The revision ID of the versioned object.
applicationTierName
Stringoptional
Name of the application tier.
environmentProjectName
Stringoptional
The name of the environment template's project name.
environmentTemplateName
Stringoptional
The name of the environment template.
environmentTemplateTierMappingName
Stringoptional
The name of the environment template tier mapping. If not specified the operation will assume a UUID string.
environmentTemplateTierName
Stringoptional
Name 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 */ )