GoogleApi.NetworkServices.V1.Model.GrpcRouteFaultInjectionPolicyDelay (google_api_network_services v0.11.0)

View Source

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

Attributes

  • fixedDelay (type: String.t, default: nil) - Specify a fixed delay before forwarding the request.
  • percentage (type: integer(), default: nil) - The percentage of traffic on which delay will be injected. The value must be between [0, 100]

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.NetworkServices.V1.Model.GrpcRouteFaultInjectionPolicyDelay{
  fixedDelay: String.t() | nil,
  percentage: integer() | nil
}

Functions

decode(value, options)

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.