Class: Google::Cloud::Compute::V1::CircuitBreakers
- Inherits:
-
Object
- Object
- Google::Cloud::Compute::V1::CircuitBreakers
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/compute/v1/compute.rb
Overview
Settings controlling the volume of requests, connections and retries to this backend service.
Instance Attribute Summary collapse
-
#max_connections ⇒ ::Integer
Not supported when the backend service is referenced by a URL map that is bound to target gRPC proxy that has validateForProxyless field set to true.
-
#max_pending_requests ⇒ ::Integer
Not supported when the backend service is referenced by a URL map that is bound to target gRPC proxy that has validateForProxyless field set to true.
-
#max_requests ⇒ ::Integer
The maximum number of parallel requests that allowed to the backend service.
-
#max_requests_per_connection ⇒ ::Integer
Not supported when the backend service is referenced by a URL map that is bound to target gRPC proxy that has validateForProxyless field set to true.
-
#max_retries ⇒ ::Integer
Not supported when the backend service is referenced by a URL map that is bound to target gRPC proxy that has validateForProxyless field set to true.
Instance Attribute Details
#max_connections ⇒ ::Integer
Returns Not supported when the backend service is referenced by a URL map that is bound to target gRPC proxy that has validateForProxyless field set to true.
3577 3578 3579 3580 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 3577 class CircuitBreakers include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#max_pending_requests ⇒ ::Integer
Returns Not supported when the backend service is referenced by a URL map that is bound to target gRPC proxy that has validateForProxyless field set to true.
3577 3578 3579 3580 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 3577 class CircuitBreakers include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#max_requests ⇒ ::Integer
Returns The maximum number of parallel requests that allowed to the backend service. If not specified, there is no limit.
3577 3578 3579 3580 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 3577 class CircuitBreakers include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#max_requests_per_connection ⇒ ::Integer
Returns Not supported when the backend service is referenced by a URL map that is bound to target gRPC proxy that has validateForProxyless field set to true.
3577 3578 3579 3580 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 3577 class CircuitBreakers include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#max_retries ⇒ ::Integer
Returns Not supported when the backend service is referenced by a URL map that is bound to target gRPC proxy that has validateForProxyless field set to true.
3577 3578 3579 3580 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 3577 class CircuitBreakers include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |