View Source Envoy.Config.Endpoint.V3.Endpoint.HealthCheckConfig (envoy_data_plane_api v0.2.0)

Summary

Types

@type t() :: %Envoy.Config.Endpoint.V3.Endpoint.HealthCheckConfig{
  __unknown_fields__: [
    {field_number :: integer(), Protobuf.Wire.Types.wire_type(),
     value :: term()}
  ],
  address: Envoy.Config.Core.V3.Address.t() | nil,
  disable_active_health_check: boolean(),
  hostname: String.t(),
  port_value: non_neg_integer()
}