View Source GoogleApi.File.V1.Model.PerformanceLimits (google_api_file v0.34.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.
  • maxReadThroughputBps (type: String.t, default: nil) - Output only. The max read throughput in bytes per second.
  • maxWriteIops (type: String.t, default: nil) - Output only. The max write IOPS.
  • maxWriteThroughputBps (type: String.t, default: nil) - Output only. The max write throughput in bytes per second.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

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

Functions

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

Unwrap a decoded JSON object into its complex fields.