public List<IpPoolManagement> findPublicIpsByEnterpriseAndDatacenter(
final Integer datacenterId, final Integer enterpriseId, Integer startwith,
final Integer limit, final String filter, final OrderByEnum orderByEnum,
final Boolean descOrAsc, NetworkType type, final Boolean all)
{
NetworkType type2 = type;
String query = BY_DATACENTER;
if (type != null)
{
if (type.equals(NetworkType.EXTERNAL_UNMANAGED))