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 the load balancer 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:



11560
11561
11562
11563
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 11560

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

#percentage::Float

Returns The percentage of traffic for connections, operations, or requests for which a delay is introduced as part of fault injection. The value must be from 0.0 to 100.0 inclusive.

Returns:

  • (::Float)

    The percentage of traffic for connections, operations, or requests for which a delay is introduced as part of fault injection. The value must be from 0.0 to 100.0 inclusive.



11560
11561
11562
11563
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 11560

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