Class HttpFaultDelay (1.3.1)

HttpFaultDelay(mapping=None, *, ignore_unknown_fields=False, **kwargs)

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

Attributes

NameDescription
fixed_delay google.cloud.compute_v1.types.Duration
Specifies the value of the fixed delay interval. This field is a member of `oneof`_ ``_fixed_delay``.
percentage 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. This field is a member of `oneof`_ ``_percentage``.

Inheritance

builtins.object > proto.message.Message > HttpFaultDelay