Class TestFailure (1.1.0)

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

Inheritance

Object > TestFailure

Namespace

Google.Cloud.Compute.V1

Assembly

Google.Cloud.Compute.V1.dll

Constructors

TestFailure()

public TestFailure()

TestFailure(TestFailure)

public TestFailure(TestFailure other)
Parameter
NameDescription
otherTestFailure

Properties

ActualOutputUrl

public string ActualOutputUrl { get; set; }

The actual output URL evaluated by a load balancer containing the scheme, host, path and query parameters.

Property Value
TypeDescription
String

ActualRedirectResponseCode

public int ActualRedirectResponseCode { get; set; }

Actual HTTP status code for rule with urlRedirect calculated by load balancer

Property Value
TypeDescription
Int32

ActualService

public string ActualService { get; set; }

BackendService or BackendBucket returned by load balancer.

Property Value
TypeDescription
String

ExpectedOutputUrl

public string ExpectedOutputUrl { get; set; }

The expected output URL evaluated by a load balancer containing the scheme, host, path and query parameters.

Property Value
TypeDescription
String

ExpectedRedirectResponseCode

public int ExpectedRedirectResponseCode { get; set; }

Expected HTTP status code for rule with urlRedirect calculated by load balancer

Property Value
TypeDescription
Int32

ExpectedService

public string ExpectedService { get; set; }

Expected BackendService or BackendBucket resource the given URL should be mapped to.

Property Value
TypeDescription
String

HasActualOutputUrl

public bool HasActualOutputUrl { get; }

Gets whether the "actual_output_url" field is set

Property Value
TypeDescription
Boolean

HasActualRedirectResponseCode

public bool HasActualRedirectResponseCode { get; }

Gets whether the "actual_redirect_response_code" field is set

Property Value
TypeDescription
Boolean

HasActualService

public bool HasActualService { get; }

Gets whether the "actual_service" field is set

Property Value
TypeDescription
Boolean

HasExpectedOutputUrl

public bool HasExpectedOutputUrl { get; }

Gets whether the "expected_output_url" field is set

Property Value
TypeDescription
Boolean

HasExpectedRedirectResponseCode

public bool HasExpectedRedirectResponseCode { get; }

Gets whether the "expected_redirect_response_code" field is set

Property Value
TypeDescription
Boolean

HasExpectedService

public bool HasExpectedService { get; }

Gets whether the "expected_service" field is set

Property Value
TypeDescription
Boolean

HasHost

public bool HasHost { get; }

Gets whether the "host" field is set

Property Value
TypeDescription
Boolean

HasPath

public bool HasPath { get; }

Gets whether the "path" field is set

Property Value
TypeDescription
Boolean

Headers

public RepeatedField<UrlMapTestHeader> Headers { get; }

HTTP headers of the request.

Property Value
TypeDescription
RepeatedField<UrlMapTestHeader>

Host

public string Host { get; set; }

Host portion of the URL.

Property Value
TypeDescription
String

Path

public string Path { get; set; }

Path portion including query parameters in the URL.

Property Value
TypeDescription
String