TestFailure(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Attributes
Name | Description |
actual_output_url |
str
The actual output URL evaluated by load balancer containing the scheme, host, path and query parameters. |
actual_redirect_response_code |
int
Actual HTTP status code for rule with urlRedirect
calculated by load balancer
|
actual_service |
str
BackendService or BackendBucket returned by load balancer. |
expected_output_url |
str
The expected output URL evaluated by load balancer containing the scheme, host, path and query parameters. |
expected_redirect_response_code |
int
Expected HTTP status code for rule with urlRedirect
calculated by load balancer
|
expected_service |
str
Expected BackendService or BackendBucket resource the given URL should be mapped to. |
headers |
Sequence[google.cloud.compute_v1.types.UrlMapTestHeader]
HTTP headers of the request. |
host |
str
Host portion of the URL. |
path |
str
Path portion including query parameters in the URL. |