google_api_app_engine v0.15.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

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.