GoogleApi.Compute.V1.Model.UrlMapValidationResult (google_api_compute v0.32.0) View Source
Message representing the validation result for a UrlMap.
Attributes
-
loadErrors
(type:list(String.t)
, default:nil
) - -
loadSucceeded
(type:boolean()
, default:nil
) - Whether the given UrlMap can be successfully loaded. If false, 'loadErrors' indicates the reasons. -
testFailures
(type:list(GoogleApi.Compute.V1.Model.TestFailure.t)
, default:nil
) - -
testPassed
(type:boolean()
, default:nil
) - If successfully loaded, this field indicates whether the test passed. If false, 'testFailures's indicate the reason of failure.
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.UrlMapValidationResult{ loadErrors: [String.t()], loadSucceeded: boolean(), testFailures: [GoogleApi.Compute.V1.Model.TestFailure.t()], testPassed: boolean() }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.