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
Stringoptional
List of resources to add/remove from the pool.

Usage

Perl

$cmdr->removeResourcesFromPool( "test-resourcePoolName" # resourcePoolName # optionals );

ectool

ectool removeResourcesFromPool \ "test-resourcePoolName" `# resourcePoolName` \ # optionals