Back to index
Summary
Adds resources to the specified resource pool (a named group of resources).resourcePoolNameStringrequiredName for the resource pool; must be unique among all resource pools. resourceNamesArray<Unknown>optionalList 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 */ )