public sealed class NetworkUtilization : IMessage<NetworkUtilization>, IEquatable<NetworkUtilization>, IDeepCloneable<NetworkUtilization>, IBufferMessage, IMessage
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."],[[["The `NetworkUtilization` class targets scaling based on network usage within the App Engine flexible environment."],["This class, found in the `Google.Cloud.AppEngine.V1` namespace, has been released in various versions, including the latest 2.4.0 version and going back to version 1.0.0."],["The `NetworkUtilization` class includes properties for setting target values for received bytes per second, received packets per second, sent bytes per second, and sent packets per second, all of which are integers."],["The class inherits members from the base `Object` class and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."]]],[]]