GoogleApi.Compute.V1.Model.TestFailure (google_api_compute v0.47.0) View Source
Attributes
-
actualOutputUrl(type:String.t, default:nil) - The actual output URL evaluated by a 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 a 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() | nil,
actualRedirectResponseCode: integer() | nil,
actualService: String.t() | nil,
expectedOutputUrl: String.t() | nil,
expectedRedirectResponseCode: integer() | nil,
expectedService: String.t() | nil,
headers: [GoogleApi.Compute.V1.Model.UrlMapTestHeader.t()] | nil,
host: String.t() | nil,
path: String.t() | nil
}
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.