GoogleApi.NetworkServices.V1.Model.TlsRouteRouteAction (google_api_network_services v0.11.0)

View Source

The specifications for routing traffic and applying associated policies.

Attributes

  • destinations (type: list(GoogleApi.NetworkServices.V1.Model.TlsRouteRouteDestination.t), default: nil) - Required. The destination services to which traffic should be forwarded. At least one destination service is required.
  • idleTimeout (type: String.t, default: nil) - Optional. Specifies the idle timeout for the selected route. The idle timeout is defined as the period in which there are no bytes sent or received on either the upstream or downstream connection. If not set, the default idle timeout is 1 hour. If set to 0s, the timeout will be disabled.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.NetworkServices.V1.Model.TlsRouteRouteAction{
  destinations:
    [GoogleApi.NetworkServices.V1.Model.TlsRouteRouteDestination.t()] | nil,
  idleTimeout: String.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.