public sealed class TestFailure : IMessage<TestFailure>, IEquatable<TestFailure>, IDeepCloneable<TestFailure>, IBufferMessage, IMessageImplements
IMessageTestFailure, IEquatableTestFailure, IDeepCloneableTestFailure, 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 |
int |
|
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 |
int |
|
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 |
bool |
|
HasActualRedirectResponseCode
public bool HasActualRedirectResponseCode { get; }Gets whether the "actual_redirect_response_code" field is set
| Property Value | |
|---|---|
| Type | Description |
bool |
|
HasActualService
public bool HasActualService { get; }Gets whether the "actual_service" field is set
| Property Value | |
|---|---|
| Type | Description |
bool |
|
HasExpectedOutputUrl
public bool HasExpectedOutputUrl { get; }Gets whether the "expected_output_url" field is set
| Property Value | |
|---|---|
| Type | Description |
bool |
|
HasExpectedRedirectResponseCode
public bool HasExpectedRedirectResponseCode { get; }Gets whether the "expected_redirect_response_code" field is set
| Property Value | |
|---|---|
| Type | Description |
bool |
|
HasExpectedService
public bool HasExpectedService { get; }Gets whether the "expected_service" field is set
| Property Value | |
|---|---|
| Type | Description |
bool |
|
HasHost
public bool HasHost { get; }Gets whether the "host" field is set
| Property Value | |
|---|---|
| Type | Description |
bool |
|
HasPath
public bool HasPath { get; }Gets whether the "path" field is set
| Property Value | |
|---|---|
| Type | Description |
bool |
|
Headers
public RepeatedField<UrlMapTestHeader> Headers { get; }HTTP headers of the request.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldUrlMapTestHeader |
|
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 |
|