Compute Engine v1 API - Class TestFailure (2.15.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
int

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
int

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
bool

HasActualRedirectResponseCode

public bool HasActualRedirectResponseCode { get; }

Gets whether the "actual_redirect_response_code" field is set

Property Value
TypeDescription
bool

HasActualService

public bool HasActualService { get; }

Gets whether the "actual_service" field is set

Property Value
TypeDescription
bool

HasExpectedOutputUrl

public bool HasExpectedOutputUrl { get; }

Gets whether the "expected_output_url" field is set

Property Value
TypeDescription
bool

HasExpectedRedirectResponseCode

public bool HasExpectedRedirectResponseCode { get; }

Gets whether the "expected_redirect_response_code" field is set

Property Value
TypeDescription
bool

HasExpectedService

public bool HasExpectedService { get; }

Gets whether the "expected_service" field is set

Property Value
TypeDescription
bool

HasHost

public bool HasHost { get; }

Gets whether the "host" field is set

Property Value
TypeDescription
bool

HasPath

public bool HasPath { get; }

Gets whether the "path" field is set

Property Value
TypeDescription
bool

Headers

public RepeatedField<UrlMapTestHeader> Headers { get; }

HTTP headers of the request.

Property Value
TypeDescription
RepeatedFieldUrlMapTestHeader

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