View Source GoogleApi.AppEngine.V1.Model.DiskUtilization (google_api_app_engine v0.42.0)

Target scaling by disk usage. Only applicable in the App Engine flexible environment.

Attributes

  • targetReadBytesPerSecond (type: integer(), default: nil) - Target bytes read per second.
  • targetReadOpsPerSecond (type: integer(), default: nil) - Target ops read per seconds.
  • targetWriteBytesPerSecond (type: integer(), default: nil) - Target bytes written per second.
  • targetWriteOpsPerSecond (type: integer(), default: nil) - Target ops written per second.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.AppEngine.V1.Model.DiskUtilization{
  targetReadBytesPerSecond: integer() | nil,
  targetReadOpsPerSecond: integer() | nil,
  targetWriteBytesPerSecond: integer() | nil,
  targetWriteOpsPerSecond: integer() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.