View Source GoogleApi.TrafficDirector.V3.Model.Pipe (google_api_traffic_director v0.3.0)

Attributes

  • mode (type: integer(), default: nil) - The mode for the Pipe. Not applicable for abstract sockets.
  • path (type: String.t, default: nil) - Unix Domain Socket path. On Linux, paths starting with '@' will use the abstract namespace. The starting '@' is replaced by a null byte by Envoy. Paths starting with '@' will result in an error in environments other than Linux.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.TrafficDirector.V3.Model.Pipe{
  mode: integer() | nil,
  path: String.t() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.