Scalr\Modules\PlatformFactory::getPublicPlatforms PHP Method

getPublicPlatforms() public static method

Gets the list of public clouds
public static getPublicPlatforms ( ) : array
return array Returns the list of public clouds
    public static function getPublicPlatforms()
    {
        return array(SERVER_PLATFORMS::EC2, SERVER_PLATFORMS::IDCF, SERVER_PLATFORMS::GCE, SERVER_PLATFORMS::RACKSPACENG_UK, SERVER_PLATFORMS::RACKSPACENG_US, SERVER_PLATFORMS::AZURE);
    }