Show / Hide Table of Contents

Class TestFailure

Inheritance
object
TestFailure
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Compute.alpha.Data
Assembly: Google.Apis.Compute.alpha.dll
Syntax
public class TestFailure : IDirectResponseSchema

Properties

ActualOutputUrl

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

Declaration
[JsonProperty("actualOutputUrl")]
public virtual string ActualOutputUrl { get; set; }
Property Value
Type Description
string

ActualRedirectResponseCode

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

Declaration
[JsonProperty("actualRedirectResponseCode")]
public virtual int? ActualRedirectResponseCode { get; set; }
Property Value
Type Description
int?

ActualService

BackendService or BackendBucket returned by load balancer.

Declaration
[JsonProperty("actualService")]
public virtual string ActualService { get; set; }
Property Value
Type Description
string

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

ExpectedOutputUrl

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

Declaration
[JsonProperty("expectedOutputUrl")]
public virtual string ExpectedOutputUrl { get; set; }
Property Value
Type Description
string

ExpectedRedirectResponseCode

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

Declaration
[JsonProperty("expectedRedirectResponseCode")]
public virtual int? ExpectedRedirectResponseCode { get; set; }
Property Value
Type Description
int?

ExpectedService

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

Declaration
[JsonProperty("expectedService")]
public virtual string ExpectedService { get; set; }
Property Value
Type Description
string

Headers

HTTP headers of the request.

Declaration
[JsonProperty("headers")]
public virtual IList<UrlMapTestHeader> Headers { get; set; }
Property Value
Type Description
IList<UrlMapTestHeader>

Host

Host portion of the URL.

Declaration
[JsonProperty("host")]
public virtual string Host { get; set; }
Property Value
Type Description
string

Path

Path portion including query parameters in the URL.

Declaration
[JsonProperty("path")]
public virtual string Path { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX