Show / Hide Table of Contents

Class UrlMapValidationResult

Message representing the validation result for a UrlMap.

Inheritance
object
UrlMapValidationResult
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Compute.alpha.Data
Assembly: Google.Apis.Compute.alpha.dll
Syntax
public class UrlMapValidationResult : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

LoadErrors

Declaration
[JsonProperty("loadErrors")]
public virtual IList<string> LoadErrors { get; set; }
Property Value
Type Description
IList<string>

LoadSucceeded

Whether the given UrlMap can be successfully loaded. If false, 'loadErrors' indicates the reasons.

Declaration
[JsonProperty("loadSucceeded")]
public virtual bool? LoadSucceeded { get; set; }
Property Value
Type Description
bool?

TestFailures

Declaration
[JsonProperty("testFailures")]
public virtual IList<TestFailure> TestFailures { get; set; }
Property Value
Type Description
IList<TestFailure>

TestPassed

If successfully loaded, this field indicates whether the test passed. If false, 'testFailures's indicate the reason of failure.

Declaration
[JsonProperty("testPassed")]
public virtual bool? TestPassed { get; set; }
Property Value
Type Description
bool?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX