public sealed class DiskUtilization : IMessage<DiskUtilization>, IEquatable<DiskUtilization>, IDeepCloneable<DiskUtilization>, IBufferMessage, IMessage
Target scaling by disk usage.
Only applicable in the App Engine flexible environment.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["This webpage provides documentation for the `DiskUtilization` class within the `Google.Cloud.AppEngine.V1` namespace, specifically version 1.0.0 of the library, with links to its documentation across versions up to 2.4.0."],["The `DiskUtilization` class is used for target scaling by disk usage, and it is only applicable within the App Engine flexible environment."],["The class inherits from `Object` and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["`DiskUtilization` features four properties: `TargetReadBytesPerSecond`, `TargetReadOpsPerSecond`, `TargetWriteBytesPerSecond`, and `TargetWriteOpsPerSecond`, all of which are integers that specify the target read and write operations or bytes per second."],["The DiskUtilization class has two constructors, one default and another which takes in a DiskUtilization parameter."]]],[]]