createEnvironmentTemplateTierMapping
Creates a new environment template tier mapping for an 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 |
The revision ID 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. |
deleteEnvironmentTemplateTierMapping
Deletes a tier mapping from an environment template tier map. A tier mapping is a mapping of an application tier to an environment template tier. A tier map has one or more mappings.
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 |
The revision ID 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 |
The revision ID 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 |
The new name for an existing object that is being renamed. |