public sealed class TestFailure : IMessage<TestFailure>, IEquatable<TestFailure>, IDeepCloneable<TestFailure>, IBufferMessage, IMessage
Implements
IMessage<TestFailure>, IEquatable<TestFailure>, IDeepCloneable<TestFailure>, IBufferMessage, IMessageNamespace
Google.Cloud.Compute.V1Assembly
Google.Cloud.Compute.V1.dll
Constructors
TestFailure()
public TestFailure()
TestFailure(TestFailure)
public TestFailure(TestFailure other)
Parameter | |
---|---|
Name | Description |
other | TestFailure |
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 | |
---|---|
Type | Description |
String |
ActualRedirectResponseCode
public int ActualRedirectResponseCode { get; set; }
Actual HTTP status code for rule with urlRedirect
calculated by load balancer
Property Value | |
---|---|
Type | Description |
Int32 |
ActualService
public string ActualService { get; set; }
BackendService or BackendBucket returned by load balancer.
Property Value | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
String |
ExpectedRedirectResponseCode
public int ExpectedRedirectResponseCode { get; set; }
Expected HTTP status code for rule with urlRedirect
calculated by load balancer
Property Value | |
---|---|
Type | Description |
Int32 |
ExpectedService
public string ExpectedService { get; set; }
Expected BackendService or BackendBucket resource the given URL should be mapped to.
Property Value | |
---|---|
Type | Description |
String |
HasActualOutputUrl
public bool HasActualOutputUrl { get; }
Gets whether the "actual_output_url" field is set
Property Value | |
---|---|
Type | Description |
Boolean |
HasActualRedirectResponseCode
public bool HasActualRedirectResponseCode { get; }
Gets whether the "actual_redirect_response_code" field is set
Property Value | |
---|---|
Type | Description |
Boolean |
HasActualService
public bool HasActualService { get; }
Gets whether the "actual_service" field is set
Property Value | |
---|---|
Type | Description |
Boolean |
HasExpectedOutputUrl
public bool HasExpectedOutputUrl { get; }
Gets whether the "expected_output_url" field is set
Property Value | |
---|---|
Type | Description |
Boolean |
HasExpectedRedirectResponseCode
public bool HasExpectedRedirectResponseCode { get; }
Gets whether the "expected_redirect_response_code" field is set
Property Value | |
---|---|
Type | Description |
Boolean |
HasExpectedService
public bool HasExpectedService { get; }
Gets whether the "expected_service" field is set
Property Value | |
---|---|
Type | Description |
Boolean |
HasHost
public bool HasHost { get; }
Gets whether the "host" field is set
Property Value | |
---|---|
Type | Description |
Boolean |
HasPath
public bool HasPath { get; }
Gets whether the "path" field is set
Property Value | |
---|---|
Type | Description |
Boolean |
Headers
public RepeatedField<UrlMapTestHeader> Headers { get; }
HTTP headers of the request.
Property Value | |
---|---|
Type | Description |
RepeatedField<UrlMapTestHeader> |
Host
public string Host { get; set; }
Host portion of the URL.
Property Value | |
---|---|
Type | Description |
String |
Path
public string Path { get; set; }
Path portion including query parameters in the URL.
Property Value | |
---|---|
Type | Description |
String |