View Source Envoy.Config.Cluster.V3.UpstreamConnectionOptions (envoy_data_plane_api v0.2.0)

Summary

Types

@type t() :: %Envoy.Config.Cluster.V3.UpstreamConnectionOptions{
  __unknown_fields__: [
    {field_number :: integer(), Protobuf.Wire.Types.wire_type(),
     value :: term()}
  ],
  happy_eyeballs_config:
    Envoy.Config.Cluster.V3.UpstreamConnectionOptions.HappyEyeballsConfig.t()
    | nil,
  set_local_interface_name_on_upstream_connections: boolean(),
  tcp_keepalive: Envoy.Config.Core.V3.TcpKeepalive.t() | nil
}