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

Target scaling by disk usage. Only applicable for VM runtimes.

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.