Back to index
Summary
Retrieves all non-dynamic resources or resource pools.includePoolUsageBooleanoptionalFlag to determine whether or not include the pool usage. objectTypeToReturnStringoptionalFlag to determine whether to return resources or resource pools. |
Usage
Groovy
import com.electriccloud.client.groovy.ElectricFlow import com.electriccloud.client.groovy.models.* ElectricFlow ef = new ElectricFlow() def result = ef.getAvailableResourcesForEnvironment( /* optional arguments */ )