Class HttpFaultDelay (0.3.0)

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

Specifies the delay introduced by Loadbalancer 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.
percentage 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.