Class: Google::Cloud::NetworkServices::V1::GrpcRoute::FaultInjectionPolicy::Delay
- Inherits:
-
Object
- Object
- Google::Cloud::NetworkServices::V1::GrpcRoute::FaultInjectionPolicy::Delay
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/networkservices/v1/grpc_route.rb
Overview
Specification of how client requests are delayed as part of fault injection before being sent to a destination.
Instance Attribute Summary collapse
-
#fixed_delay ⇒ ::Google::Protobuf::Duration
Specify a fixed delay before forwarding the request.
-
#percentage ⇒ ::Integer
The percentage of traffic on which delay will be injected.
Instance Attribute Details
#fixed_delay ⇒ ::Google::Protobuf::Duration
Returns Specify a fixed delay before forwarding the request.
236 237 238 239 |
# File 'proto_docs/google/cloud/networkservices/v1/grpc_route.rb', line 236 class Delay include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#percentage ⇒ ::Integer
Returns The percentage of traffic on which delay will be injected.
The value must be between [0, 100].
236 237 238 239 |
# File 'proto_docs/google/cloud/networkservices/v1/grpc_route.rb', line 236 class Delay include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |