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
The maximum number of connections to the backend service.
-
#max_pending_requests ⇒ ::Integer
The maximum number of pending requests allowed to the backend service.
-
#max_requests ⇒ ::Integer
The maximum number of parallel requests that allowed to the backend service.
-
#max_requests_per_connection ⇒ ::Integer
Maximum requests for a single connection to the backend service.
-
#max_retries ⇒ ::Integer
The maximum number of parallel retries allowed to the backend cluster.
Instance Attribute Details
#max_connections ⇒ ::Integer
5156 5157 5158 5159 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 5156 class CircuitBreakers include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#max_pending_requests ⇒ ::Integer
5156 5157 5158 5159 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 5156 class CircuitBreakers include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#max_requests ⇒ ::Integer
5156 5157 5158 5159 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 5156 class CircuitBreakers include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#max_requests_per_connection ⇒ ::Integer
5156 5157 5158 5159 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 5156 class CircuitBreakers include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#max_retries ⇒ ::Integer
5156 5157 5158 5159 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 5156 class CircuitBreakers include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |