View Source Envoy.Config.Common.DynamicForwardProxy.V2alpha.DnsCacheConfig (envoy_data_plane_api v0.1.0)

Summary

Types

@type t() :: %Envoy.Config.Common.DynamicForwardProxy.V2alpha.DnsCacheConfig{
  __unknown_fields__: [
    {field_number :: integer(), Protobuf.Wire.Types.wire_type(),
     value :: term()}
  ],
  dns_failure_refresh_rate: Envoy.Api.V2.Cluster.RefreshRate.t() | nil,
  dns_lookup_family: Envoy.Api.V2.Cluster.DnsLookupFamily.t(),
  dns_refresh_rate: Google.Protobuf.Duration.t() | nil,
  host_ttl: Google.Protobuf.Duration.t() | nil,
  max_hosts: Google.Protobuf.UInt32Value.t() | nil,
  name: String.t()
}