google_api_app_engine v0.8.0 GoogleApi.AppEngine.V1.Model.DiskUtilization View Source

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

Attributes

  • targetReadBytesPerSecond (integer()): Target bytes read per second. Defaults to nil.
  • targetReadOpsPerSecond (integer()): Target ops read per seconds. Defaults to nil.
  • targetWriteBytesPerSecond (integer()): Target bytes written per second. Defaults to nil.
  • targetWriteOpsPerSecond (integer()): Target ops written per second. Defaults to nil.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Link to this type

t() View Source
t() :: %GoogleApi.AppEngine.V1.Model.DiskUtilization{
  targetReadBytesPerSecond: integer(),
  targetReadOpsPerSecond: integer(),
  targetWriteBytesPerSecond: integer(),
  targetWriteOpsPerSecond: integer()
}

Link to this section Functions

Link to this function

decode(value, options) View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.