removeResourcesFromPool

On this page
Back to index

Summary

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