TestFailure(mapping=None, *, ignore_unknown_fields=False, **kwargs)
.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields
Attributes |
|
---|---|
Name | Description |
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 .
|