Back to index
Summary
Removes a resource pool from the specified environment tier.resourcePoolNameStringrequiredName for the resource pool; must be unique among all resource pools. projectNameStringrequiredThe name for the project that must be unique among all projects. environmentNameStringrequiredThe name of the environment. environmentTierNameStringrequiredName for the environment tier; must be unique among all tiers for the environment. |
Usage
Perl
$cmdr->removeResourcePoolFromEnvironmentTier( "test-resourcePoolName", # resourcePoolName "test-projectName", # projectName "test-environmentName", # environmentName "test-environmentTierName" # environmentTierName );
ectool
ectool removeResourcePoolFromEnvironmentTier \ "test-resourcePoolName" `# resourcePoolName` \ "test-projectName" `# projectName` \ "test-environmentName" `# environmentName` \ "test-environmentTierName" `# environmentTierName`