Class TrafficNetworkIdAllowedRoutes

java.lang.Object
io.confluent.kafka.traffic.TrafficNetworkIdAllowedRoutes

public class TrafficNetworkIdAllowedRoutes extends Object
Pojo representing the JSON value pushed to the CDC topic for the allowed network IDs on this networkId.
  • Constructor Details

    • TrafficNetworkIdAllowedRoutes

      public TrafficNetworkIdAllowedRoutes(List<String> allowedNetworkIds, List<String> allowedDNSDomainSuffixes)
  • Method Details

    • allowedNetworkIds

      public List<String> allowedNetworkIds()
    • allowedDNSDomainSuffixes

      public List<String> allowedDNSDomainSuffixes()