- 3.22.0 (latest)
- 3.21.0
- 3.20.0
- 3.19.0
- 3.18.0
- 3.17.0
- 3.16.0
- 3.15.0
- 3.14.0
- 3.13.0
- 3.12.0
- 3.11.0
- 3.10.0
- 3.9.0
- 3.8.0
- 3.7.0
- 3.6.0
- 3.5.0
- 3.4.0
- 3.3.0
- 3.2.0
- 3.1.0
- 3.0.0
- 2.17.0
- 2.16.0
- 2.15.0
- 2.14.0
- 2.13.0
- 2.12.0
- 2.11.0
- 2.10.0
- 2.9.0
- 2.8.0
- 2.7.0
- 2.6.0
- 2.5.0
- 2.4.0
- 2.3.0
- 2.2.0
- 2.1.0
- 2.0.0
- 1.4.0
- 1.3.0
- 1.2.0
- 1.1.0
- 1.0.0
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 |
|