Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

TestFailure

import type { TestFailure } from "https://googleapis.deno.dev/v1/compute:v1.ts";
interface TestFailure {
actualOutputUrl?: string;
actualRedirectResponseCode?: number;
actualService?: string;
expectedOutputUrl?: string;
expectedRedirectResponseCode?: number;
expectedService?: string;
headers?: UrlMapTestHeader[];
host?: string;
path?: string;
}

§Properties

§
actualOutputUrl?: string
[src]

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

§
actualRedirectResponseCode?: number
[src]

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

§
actualService?: string
[src]

BackendService or BackendBucket returned by load balancer.

§
expectedOutputUrl?: string
[src]

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

§
expectedRedirectResponseCode?: number
[src]

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

§
expectedService?: string
[src]

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

§

HTTP headers of the request.

§
host?: string
[src]

Host portion of the URL.

§
path?: string
[src]

Path portion including query parameters in the URL.