View Source GoogleApi.Compute.V1.Model.UrlMapValidationResult (google_api_compute v0.60.0)
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.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Compute.V1.Model.UrlMapValidationResult{ loadErrors: [String.t()] | nil, loadSucceeded: boolean() | nil, testFailures: [GoogleApi.Compute.V1.Model.TestFailure.t()] | nil, testPassed: boolean() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.