google_api_compute v0.11.0 GoogleApi.Compute.V1.Model.UrlMapValidationResult 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
Link to this type
t()
View Sourcet() :: %GoogleApi.Compute.V1.Model.UrlMapValidationResult{ loadErrors: [String.t()], loadSucceeded: boolean(), testFailures: [GoogleApi.Compute.V1.Model.TestFailure.t()], testPassed: boolean() }
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.