Reference documentation and code samples for the Network Services V1 API class Google::Cloud::NetworkServices::V1::HttpRoute::FaultInjectionPolicy::Delay.
Specification of how client requests are delayed as part of fault injection before being sent to a destination.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#fixed_delay
def fixed_delay() -> ::Google::Protobuf::Duration
    Returns
    
  - (::Google::Protobuf::Duration) — Specify a fixed delay before forwarding the request.
#fixed_delay=
def fixed_delay=(value) -> ::Google::Protobuf::Duration
    Parameter
    
  - value (::Google::Protobuf::Duration) — Specify a fixed delay before forwarding the request.
    Returns
    
  - (::Google::Protobuf::Duration) — Specify a fixed delay before forwarding the request.
#percentage
def percentage() -> ::Integer
    Returns
    
  - 
        (::Integer) — The percentage of traffic on which delay will be injected.The value must be between [0, 100] 
#percentage=
def percentage=(value) -> ::Integer
    Parameter
    
  - 
        value (::Integer) — The percentage of traffic on which delay will be injected.The value must be between [0, 100] 
    Returns
    
- 
        (::Integer) — The percentage of traffic on which delay will be injected.The value must be between [0, 100]