Class Delay (0.2.1)

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

Specification of how client requests are delayed as part of fault injection before being sent to a destination.

Attributes

NameDescription
fixed_delay google.protobuf.duration_pb2.Duration
Specify a fixed delay before forwarding the request. This field is a member of `oneof`_ ``_fixed_delay``.
percentage int
The percentage of traffic on which delay will be injected. The value must be between [0, 100] This field is a member of `oneof`_ ``_percentage``.

Inheritance

builtins.object > proto.message.Message > Delay