View Source GoogleApi.File.V1.Model.FixedIOPS (google_api_file v0.35.0)

Fixed IOPS (input/output operations per second) parameters.

Attributes

  • maxIops (type: String.t, default: nil) - Required. Maximum IOPS.
  • maxReadIops (type: String.t, default: nil) - Optional. Deprecated: max_iops should be used instead of this parameter. Maximum raw read IOPS.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.File.V1.Model.FixedIOPS{
  maxIops: String.t() | nil,
  maxReadIops: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.