View Source Envoy.Config.Core.V3.BindConfig (envoy_data_plane_api v0.1.0)

Summary

Types

@type t() :: %Envoy.Config.Core.V3.BindConfig{
  __unknown_fields__: [
    {field_number :: integer(), Protobuf.Wire.Types.wire_type(),
     value :: term()}
  ],
  additional_source_addresses: [Envoy.Config.Core.V3.SocketAddress.t()],
  extra_source_addresses: [Envoy.Config.Core.V3.ExtraSourceAddress.t()],
  freebind: Google.Protobuf.BoolValue.t() | nil,
  local_address_selector: Envoy.Config.Core.V3.TypedExtensionConfig.t() | nil,
  socket_options: [Envoy.Config.Core.V3.SocketOption.t()],
  source_address: Envoy.Config.Core.V3.SocketAddress.t() | nil
}