Class TestFailure (1.18.0)

TestFailure(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Attributes

NameDescription
actual_output_url str
The actual output URL evaluated by a load balancer containing the scheme, host, path and query parameters. This field is a member of oneof_ _actual_output_url.
actual_redirect_response_code int
Actual HTTP status code for rule with urlRedirect calculated by load balancer This field is a member of oneof_ _actual_redirect_response_code.
actual_service str
BackendService or BackendBucket returned by load balancer. This field is a member of oneof_ _actual_service.
expected_output_url str
The expected output URL evaluated by a load balancer containing the scheme, host, path and query parameters. This field is a member of oneof_ _expected_output_url.
expected_redirect_response_code int
Expected HTTP status code for rule with urlRedirect calculated by load balancer This field is a member of oneof_ _expected_redirect_response_code.
expected_service str
Expected BackendService or BackendBucket resource the given URL should be mapped to. This field is a member of oneof_ _expected_service.
headers MutableSequence[google.cloud.compute_v1.types.UrlMapTestHeader]
HTTP headers of the request.
host str
Host portion of the URL. This field is a member of oneof_ _host.
path str
Path portion including query parameters in the URL. This field is a member of oneof_ _path.