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

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.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

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

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.