Class: Google::Cloud::Compute::V1::HttpRetryPolicy
- Inherits:
-
Object
- Object
- Google::Cloud::Compute::V1::HttpRetryPolicy
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/compute/v1/compute.rb
Overview
The retry policy associates with HttpRouteRule
Instance Attribute Summary collapse
-
#num_retries ⇒ ::Integer
Specifies the allowed number retries.
-
#per_try_timeout ⇒ ::Google::Cloud::Compute::V1::Duration
Specifies a non-zero timeout per retry attempt.
-
#retry_conditions ⇒ ::Array<::String>
Specifies one or more conditions when this retry policy applies.
Instance Attribute Details
#num_retries ⇒ ::Integer
11258 11259 11260 11261 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 11258 class HttpRetryPolicy include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#per_try_timeout ⇒ ::Google::Cloud::Compute::V1::Duration
11258 11259 11260 11261 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 11258 class HttpRetryPolicy include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#retry_conditions ⇒ ::Array<::String>
11258 11259 11260 11261 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 11258 class HttpRetryPolicy include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |