EnvironmentTemplateTierMapping

2 minute readReference

createEnvironmentTemplateTierMapping

Creates a new environment template tier mapping for a environment template tier map.

Arguments

Argument Name Type Description

projectName

String

The name for the project that must be unique among all projects. (Required)

applicationName

String

The name of the application (Required)

environmentTemplateTierMapName

String

The name of the environment template tier map.

applicationEntityRevisionId

String

Revisionid of the versioned object

applicationTierName

String

Name of the application tier.

environmentProjectName

String

The name of the environment template’s project name.

environmentTemplateName

String

The name of the environment template.

environmentTemplateTierMappingName

String

The name of the environment template tier mapping. If not specified the operation will assume a UUID string.

environmentTemplateTierName

String

Name of the environment template tier.

Usage

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 */)

deleteEnvironmentTemplateTierMapping

Deletes a environment template tier mapping from a environment template tier map.

Arguments

Argument Name Type Description

projectName

String

The name for the project that must be unique among all projects. (Required)

applicationName

String

The name of the application (Required)

applicationTierName

String

The name of the application tier. (Required)

environmentProjectName

String

The name of the environment’s project name. (Required)

environmentTemplateName

String

The name of the environment template. (Required)

applicationEntityRevisionId

String

Revisionid of the versioned object

Usage

import com.electriccloud.client.groovy.ElectricFlow import com.electriccloud.client.groovy.models.* ElectricFlow ef = new ElectricFlow() def result = ef.deleteEnvironmentTemplateTierMapping( projectName: 'test-projectName', applicationName: 'test-applicationName', applicationTierName: 'test-applicationTierName', environmentProjectName: 'test-environmentProjectName', environmentTemplateName: 'test-environmentTemplateName' /* optional arguments */)

modifyEnvironmentTemplateTierMapping

Modifies an existing environment template tier mapping.

Arguments

Argument Name Type Description

projectName

String

The name for the project that must be unique among all projects. (Required)

applicationName

String

The name of the application (Required)

environmentTemplateTierMapName

String

The name of the environment template tier map.

environmentTemplateTierMappingName

String

The name of the environment template tier mapping. If not specified the operation will assume a UUID string.

applicationEntityRevisionId

String

Revisionid of the versioned object

applicationTierName

String

Name of the application tier.

environmentProjectName

String

The name of the environment template’s project name.

environmentTemplateName

String

The name of the environment template.

environmentTemplateTierName

String

Name of the environment template tier.

newName

String

New name for an existing object that is being renamed.

Usage

import com.electriccloud.client.groovy.ElectricFlow import com.electriccloud.client.groovy.models.* ElectricFlow ef = new ElectricFlow() def result = ef.modifyEnvironmentTemplateTierMapping( projectName: 'test-projectName', applicationName: 'test-applicationName', /* optional arguments */)