View Source GoogleApi.Compute.V1.Model.HttpFaultAbort (google_api_compute v0.56.2)

Specification for how requests are aborted as part of fault injection.

Attributes

  • httpStatus (type: integer(), default: nil) - The HTTP status code used to abort the request. The value must be from 200 to 599 inclusive. For gRPC protocol, the gRPC status code is mapped to HTTP status code according to this mapping table. HTTP status 200 is mapped to gRPC status UNKNOWN. Injecting an OK status is currently not supported by Traffic Director.
  • percentage (type: float(), default: nil) - The percentage of traffic for connections, operations, or requests that is aborted as part of fault injection. The value must be from 0.0 to 100.0 inclusive.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Compute.V1.Model.HttpFaultAbort{
  httpStatus: integer() | nil,
  percentage: float() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.