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

Additional details for quota exceeded error for resource quota.

Attributes

  • dimensions (type: map(), default: nil) - The map holding related quota dimensions.
  • futureLimit (type: float(), default: nil) - Future quota limit being rolled out. The limit's unit depends on the quota type or metric.
  • limit (type: float(), default: nil) - Current effective quota limit. The limit's unit depends on the quota type or metric.
  • limitName (type: String.t, default: nil) - The name of the quota limit.
  • metricName (type: String.t, default: nil) - The Compute Engine quota metric name.
  • rolloutStatus (type: String.t, default: nil) - Rollout status of the future quota limit.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Compute.V1.Model.QuotaExceededInfo{
  dimensions: map() | nil,
  futureLimit: float() | nil,
  limit: float() | nil,
  limitName: String.t() | nil,
  metricName: String.t() | nil,
  rolloutStatus: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.