Scalr\Modules\AbstractPlatformModule::getOrphanedServers PHP Method

getOrphanedServers() public method

See also: Scalr\Modules\PlatformModuleInterface::getOrphanedServers()
public getOrphanedServers ( Environment $environment, $cloudLocation, $instanceIds = null )
$environment Scalr\Model\Entity\Account\Environment
    public function getOrphanedServers(Environment $environment, $cloudLocation, $instanceIds = null)
    {
        throw new Exception\NotYetImplementedException(sprintf("Orphaned server's listing has not been implemented for the platform '%s' yet", $this->platform));
    }