Beispiel #1
0
 protected internal BaseClusterIpFamilyIT(DiscoveryServiceType discoveryServiceType, IpFamily ipFamily, bool useWildcard)
 {
     ClusterRule.withDiscoveryServiceType(discoveryServiceType);
     ClusterRule.withIpFamily(ipFamily).useWildcard(useWildcard);
 }