addResourcesToPool

On this page
Back to index

Summary

Adds resources to the specified resource pool (a named group of resources).
resourcePoolName
Stringrequired
Name for the resource pool; must be unique among all resource pools.
resourceNames
Array<Unknown>optional
List of resources to add/remove from the pool.

Usage

Groovy

import com.electriccloud.client.groovy.ElectricFlow import com.electriccloud.client.groovy.models.* ElectricFlow ef = new ElectricFlow() def result = ef.addResourcesToPool( resourcePoolName: "test-resourcePoolName" /* optional arguments */ )