View Source GoogleApi.TrafficDirector.V3.Model.EnvoyInternalAddress (google_api_traffic_director v0.4.0)

The address represents an envoy internal listener. [#comment:

Attributes

  • endpointId (type: String.t, default: nil) - Specifies an endpoint identifier to distinguish between multiple endpoints for the same internal listener in a single upstream pool. Only used in the upstream addresses for tracking changes to individual endpoints. This, for example, may be set to the final destination IP for the target internal listener.
  • serverListenerName (type: String.t, default: nil) - Specifies the :ref:name of the internal listener.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.TrafficDirector.V3.Model.EnvoyInternalAddress{
  endpointId: String.t() | nil,
  serverListenerName: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.