ImmutableSet.<IpRange> of(new IpRange("192.168.15.100", "192.168.15.199")), ImmutableSet.<String> of()));
assertEquals(result.getConfiguration().getParentNetwork(), null);
assertEquals(result.getConfiguration().getFenceMode(), FenceMode.ISOLATED);
assert result.getConfiguration().getFeatures() != null;
assertEquals(result.getConfiguration().getFeatures().getDhcpService(), new DhcpService(false, 3600, 7200,
new IpRange("192.168.15.2", "192.168.15.99")));
assertEquals(result.getConfiguration().getFeatures().getFirewallService(), null);
assertEquals(result.getConfiguration().getFeatures().getNatService(), null);
assertEquals(result.getNetworkPool(), null);