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

Attributes

  • details (type: String.t, default: nil) - Details about the last failed update attempt.
  • failedConfiguration (type: map(), default: nil) - What the component configuration would have been if the update had succeeded. This field may not be populated by xDS clients due to storage overhead.
  • lastUpdateAttempt (type: DateTime.t, default: nil) - Time of the latest failed update attempt.
  • versionInfo (type: String.t, default: nil) - This is the version of the rejected resource. [#not-implemented-hide:]

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.TrafficDirector.V3.Model.UpdateFailureState{
  details: String.t() | nil,
  failedConfiguration: map() | nil,
  lastUpdateAttempt: DateTime.t() | nil,
  versionInfo: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.