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

IOPS per TB. Filestore defines TB as 1024^4 bytes (TiB).

Attributes

  • maxIopsPerTb (type: String.t, default: nil) - Required. Maximum IOPS per TiB.
  • maxReadIopsPerTb (type: String.t, default: nil) - Optional. Deprecated: max_iops_per_tb should be used instead of this parameter. Maximum read IOPS per TiB.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.File.V1.Model.IOPSPerTB{
  maxIopsPerTb: String.t() | nil,
  maxReadIopsPerTb: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.