GoogleApi.Compute.V1.Model.UrlMapTest (google_api_compute v0.28.0) View Source

Message for the expected URL mappings.

Attributes

  • description (type: String.t, default: nil) - Description of this test case.
  • host (type: String.t, default: nil) - Host portion of the URL. If headers contains a host header, then host must also match the header value.
  • path (type: String.t, default: nil) - Path portion of the URL.
  • service (type: String.t, default: nil) - Expected BackendService or BackendBucket resource the given URL should be mapped to. service cannot be set if expectedRedirectResponseCode is set.

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.UrlMapTest{
  description: String.t(),
  host: String.t(),
  path: String.t(),
  service: String.t()
}

Link to this section Functions

Specs

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

Unwrap a decoded JSON object into its complex fields.