View Source Envoy.Api.V2.Core.BindConfig (envoy_data_plane_api v0.2.0)

Summary

Types

@type t() :: %Envoy.Api.V2.Core.BindConfig{
  __unknown_fields__: [
    {field_number :: integer(), Protobuf.Wire.Types.wire_type(),
     value :: term()}
  ],
  freebind: Google.Protobuf.BoolValue.t() | nil,
  socket_options: [Envoy.Api.V2.Core.SocketOption.t()],
  source_address: Envoy.Api.V2.Core.SocketAddress.t() | nil
}