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."],[[["The latest version available for `DiskUtilization` within the `Google.Cloud.AppEngine.V1` namespace is 2.4.0, while the current content is specifically referencing version 1.1.0."],["`DiskUtilization` is designed for target scaling based on disk usage, and is applicable within the Google App Engine flexible environment."],["This class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, to provide various functionalities."],["`DiskUtilization` has four main properties, `TargetReadBytesPerSecond`, `TargetReadOpsPerSecond`, `TargetWriteBytesPerSecond`, and `TargetWriteOpsPerSecond`, which are all integers and related to disk I/O targets."],["There are two constructors available for `DiskUtilization`, a default constructor and one that accepts another `DiskUtilization` instance as an argument for copying purposes."]]],[]]