google_api_app_engine v0.3.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: null.
  • targetReadOpsPerSecond (integer()): Target ops read per seconds. Defaults to: null.
  • targetWriteBytesPerSecond (integer()): Target bytes written per second. Defaults to: null.
  • targetWriteOpsPerSecond (integer()): Target ops written per second. Defaults to: null.

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: any(),
  targetReadOpsPerSecond: any(),
  targetWriteBytesPerSecond: any(),
  targetWriteOpsPerSecond: any()
}

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.