Back to index
Summary
Removes resources from the specified resource pool.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.removeResourcesFromPool( resourcePoolName: "test-resourcePoolName" /* optional arguments */ )