View Source GoogleApi.File.V1.Model.PerformanceLimits (google_api_file v0.31.0)

The enforced performance limits, calculated from the instance's performance configuration.

Attributes

  • maxReadIops (type: String.t, default: nil) - Output only. The max read IOPS.
  • maxReadThroughput (type: String.t, default: nil) - Output only. The max read throughput.
  • maxWriteIops (type: String.t, default: nil) - Output only. The max write IOPS.
  • maxWriteThroughput (type: String.t, default: nil) - Output only. The max write throughput.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.File.V1.Model.PerformanceLimits{
  maxReadIops: String.t() | nil,
  maxReadThroughput: String.t() | nil,
  maxWriteIops: String.t() | nil,
  maxWriteThroughput: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.