GoogleApi.Compute.V1.Model.TestFailure (google_api_compute v0.29.0) View Source
Attributes
-
actualOutputUrl(type:String.t, default:nil) - The actual output URL evaluated by load balancer containing the scheme, host, path and query parameters. -
actualRedirectResponseCode(type:integer(), default:nil) - Actual HTTP status code for rule withurlRedirectcalculated by load balancer -
actualService(type:String.t, default:nil) - BackendService or BackendBucket returned by load balancer. -
expectedOutputUrl(type:String.t, default:nil) - The expected output URL evaluated by load balancer containing the scheme, host, path and query parameters. -
expectedRedirectResponseCode(type:integer(), default:nil) - Expected HTTP status code for rule withurlRedirectcalculated by load balancer -
expectedService(type:String.t, default:nil) - Expected BackendService or BackendBucket resource the given URL should be mapped to. -
headers(type:list(GoogleApi.Compute.V1.Model.UrlMapTestHeader.t), default:nil) - HTTP headers of the request. -
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{
actualOutputUrl: String.t(),
actualRedirectResponseCode: integer(),
actualService: String.t(),
expectedOutputUrl: String.t(),
expectedRedirectResponseCode: integer(),
expectedService: String.t(),
headers: [GoogleApi.Compute.V1.Model.UrlMapTestHeader.t()],
host: String.t(),
path: String.t()
}
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.