public sealed class NetworkUtilization : IMessage<NetworkUtilization>, IEquatable<NetworkUtilization>, IDeepCloneable<NetworkUtilization>, IBufferMessage, IMessage
Reference documentation and code samples for the App Engine v1 API class NetworkUtilization.
Target scaling by network 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 documentation page covers the `NetworkUtilization` class within the Google Cloud App Engine v1 API, specifically for version 2.2.0."],["The `NetworkUtilization` class is designed for target scaling based on network usage in the App Engine flexible environment."],["It inherits from `object` and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces."],["The class provides properties for configuring target network metrics, including `TargetReceivedBytesPerSecond`, `TargetReceivedPacketsPerSecond`, `TargetSentBytesPerSecond`, and `TargetSentPacketsPerSecond`."],["This class has been made available from version 1.0.0 to the latest version 2.4.0, as can be seen in the provided list of versions."]]],[]]