Compute Engine v1 API - Class UrlMapValidationResult (2.14.0)

public sealed class UrlMapValidationResult : IMessage<UrlMapValidationResult>, IEquatable<UrlMapValidationResult>, IDeepCloneable<UrlMapValidationResult>, IBufferMessage, IMessage

Reference documentation and code samples for the Compute Engine v1 API class UrlMapValidationResult.

Message representing the validation result for a UrlMap.

Inheritance

object > UrlMapValidationResult

Namespace

Google.Cloud.Compute.V1

Assembly

Google.Cloud.Compute.V1.dll

Constructors

UrlMapValidationResult()

public UrlMapValidationResult()

UrlMapValidationResult(UrlMapValidationResult)

public UrlMapValidationResult(UrlMapValidationResult other)
Parameter
NameDescription
otherUrlMapValidationResult

Properties

HasLoadSucceeded

public bool HasLoadSucceeded { get; }

Gets whether the "load_succeeded" field is set

Property Value
TypeDescription
bool

HasTestPassed

public bool HasTestPassed { get; }

Gets whether the "test_passed" field is set

Property Value
TypeDescription
bool

LoadErrors

public RepeatedField<string> LoadErrors { get; }
Property Value
TypeDescription
RepeatedFieldstring

LoadSucceeded

public bool LoadSucceeded { get; set; }

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

Property Value
TypeDescription
bool

TestFailures

public RepeatedField<TestFailure> TestFailures { get; }
Property Value
TypeDescription
RepeatedFieldTestFailure

TestPassed

public bool TestPassed { get; set; }

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

Property Value
TypeDescription
bool