GoogleApi.Compute.V1.Model.TestFailure (google_api_compute v0.25.0) View Source

Attributes

  • actualService (type: String.t, default: nil) - BackendService or BackendBucket returned by load balancer.
  • expectedService (type: String.t, default: nil) - Expected BackendService or BackendBucket resource the given URL should be mapped to.
  • host (type: String.t, default: nil) - Host portion of the URL.
  • path (type: String.t, default: nil) - Path portion including query parameters in the URL.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() :: %GoogleApi.Compute.V1.Model.TestFailure{
  actualService: String.t(),
  expectedService: String.t(),
  host: String.t(),
  path: String.t()
}

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.