Class: Google::Cloud::Compute::V1::TestFailure
- Inherits:
-
Object
- Object
- Google::Cloud::Compute::V1::TestFailure
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/compute/v1/compute.rb
Instance Attribute Summary collapse
-
#actual_output_url ⇒ ::String
The actual output URL evaluated by a load balancer containing the scheme, host, path and query parameters.
-
#actual_redirect_response_code ⇒ ::Integer
Actual HTTP status code for rule with
urlRedirect
calculated by load balancer. -
#actual_service ⇒ ::String
BackendService or BackendBucket returned by load balancer.
-
#expected_output_url ⇒ ::String
The expected output URL evaluated by a load balancer containing the scheme, host, path and query parameters.
-
#expected_redirect_response_code ⇒ ::Integer
Expected HTTP status code for rule with
urlRedirect
calculated by load balancer. -
#expected_service ⇒ ::String
Expected BackendService or BackendBucket resource the given URL should be mapped to.
-
#headers ⇒ ::Array<::Google::Cloud::Compute::V1::UrlMapTestHeader>
HTTP headers of the request.
-
#host ⇒ ::String
Host portion of the URL.
-
#path ⇒ ::String
Path portion including query parameters in the URL.
Instance Attribute Details
#actual_output_url ⇒ ::String
Returns The actual output URL evaluated by a load balancer containing the scheme, host, path and query parameters.
34231 34232 34233 34234 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 34231 class TestFailure include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#actual_redirect_response_code ⇒ ::Integer
Returns Actual HTTP status code for rule with urlRedirect
calculated by load balancer.
34231 34232 34233 34234 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 34231 class TestFailure include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#actual_service ⇒ ::String
Returns BackendService or BackendBucket returned by load balancer.
34231 34232 34233 34234 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 34231 class TestFailure include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#expected_output_url ⇒ ::String
Returns The expected output URL evaluated by a load balancer containing the scheme, host, path and query parameters.
34231 34232 34233 34234 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 34231 class TestFailure include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#expected_redirect_response_code ⇒ ::Integer
Returns Expected HTTP status code for rule with urlRedirect
calculated by load balancer.
34231 34232 34233 34234 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 34231 class TestFailure include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#expected_service ⇒ ::String
Returns Expected BackendService or BackendBucket resource the given URL should be mapped to.
34231 34232 34233 34234 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 34231 class TestFailure include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#headers ⇒ ::Array<::Google::Cloud::Compute::V1::UrlMapTestHeader>
Returns HTTP headers of the request.
34231 34232 34233 34234 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 34231 class TestFailure include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#host ⇒ ::String
Returns Host portion of the URL.
34231 34232 34233 34234 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 34231 class TestFailure include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#path ⇒ ::String
Returns Path portion including query parameters in the URL.
34231 34232 34233 34234 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 34231 class TestFailure include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |