Class HttpFaultDelay (1.5.2)

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.