.create("https://vcenterprise.bluelock.com/api/v1.0/org/9566014")));
assertEquals(result.getDescription(), null);
assertEquals(result.getTasks(), ImmutableList.of());
assert result.getConfiguration() != null;
assertEquals(result.getConfiguration().getIpScope(), new IpScope(true, "174.47.101.161", "255.255.255.224",
"24.172.173.113", null, null,
ImmutableSet.<IpRange> of(new IpRange("174.47.101.164", "174.47.101.190")), ImmutableSet.<String> of()));
assertEquals(result.getConfiguration().getParentNetwork(), null);
assertEquals(result.getConfiguration().getFenceMode(), FenceMode.BRIDGED);
assert result.getConfiguration().getFeatures() == null;