View Source Envoy.Config.Core.V3.KeepaliveSettings (envoy_data_plane_api v0.2.0)

Summary

Types

@type t() :: %Envoy.Config.Core.V3.KeepaliveSettings{
  __unknown_fields__: [
    {field_number :: integer(), Protobuf.Wire.Types.wire_type(),
     value :: term()}
  ],
  connection_idle_interval: Google.Protobuf.Duration.t() | nil,
  interval: Google.Protobuf.Duration.t() | nil,
  interval_jitter: Envoy.Type.V3.Percent.t() | nil,
  timeout: Google.Protobuf.Duration.t() | nil
}