public sealed class DiskUtilization : IMessage<DiskUtilization>, IEquatable<DiskUtilization>, IDeepCloneable<DiskUtilization>, IBufferMessage, IMessage
Reference documentation and code samples for the App Engine v1 API class DiskUtilization.
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 of the `DiskUtilization` class within the Google.Cloud.AppEngine.V1 namespace is 2.4.0, with several previous versions also available."],["`DiskUtilization` is an API class for App Engine v1, designed for target scaling based on disk usage, specifically in the flexible App Engine environment."],["The `DiskUtilization` class inherits from `object` and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionalities like deep cloning and message buffer management."],["The class includes properties for setting target values related to disk operations, such as `TargetReadBytesPerSecond`, `TargetReadOpsPerSecond`, `TargetWriteBytesPerSecond`, and `TargetWriteOpsPerSecond`."],["The class includes a default constructor `DiskUtilization()` as well as an overloaded constructor that takes another `DiskUtilization` object."]]],[]]