google_api_compute v0.11.0 GoogleApi.Compute.V1.Model.HttpFaultAbort View Source

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 between 200 and 599 inclusive.
  • percentage (type: float(), default: nil) - The percentage of traffic (connections/operations/requests) which will be aborted as part of fault injection. The value must be between 0.0 and 100.0 inclusive.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Link to this type

t()

View Source
t() :: %GoogleApi.Compute.V1.Model.HttpFaultAbort{
  httpStatus: integer(),
  percentage: float()
}

Link to this section Functions

Link to this function

decode(value, options)

View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.