Class: Google::Cloud::Compute::V1::HttpFaultDelay

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/compute/v1/compute.rb

Overview

Specifies the delay introduced by Loadbalancer before forwarding the request to the backend service as part of fault injection.

Instance Attribute Summary collapse

Instance Attribute Details

#fixed_delay::Google::Cloud::Compute::V1::Duration

Returns Specifies the value of the fixed delay interval.

Returns:



8798
8799
8800
8801
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 8798

class HttpFaultDelay
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#percentage::Float

Returns The percentage of traffic (connections/operations/requests) on which delay will be introduced as part of fault injection. The value must be between 0.0 and 100.0 inclusive.

Returns:

  • (::Float)

    The percentage of traffic (connections/operations/requests) on which delay will be introduced as part of fault injection. The value must be between 0.0 and 100.0 inclusive.



8798
8799
8800
8801
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 8798

class HttpFaultDelay
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end