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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["The `DiskUtilization` class in the `Google.Cloud.AppEngine.V1` namespace targets scaling based on disk usage within the App Engine flexible environment."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing various functionalities."],["The `DiskUtilization` class includes properties for configuring target read and write operations, specifically `TargetReadBytesPerSecond`, `TargetReadOpsPerSecond`, `TargetWriteBytesPerSecond`, and `TargetWriteOpsPerSecond`."],["The latest version of the Google Cloud App Engine V1 is version 2.4.0."]]],[]]