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, found in version 1.3.0 of the `Google.Cloud.AppEngine.V1` namespace, allows for target scaling based on network usage within the App Engine flexible environment."],["This class inherits from `Object` and implements `IMessage\u003cNetworkUtilization\u003e`, `IEquatable\u003cNetworkUtilization\u003e`, `IDeepCloneable\u003cNetworkUtilization\u003e`, `IBufferMessage`, and `IMessage` interfaces."],["`NetworkUtilization` includes properties to manage target values for received bytes/packets per second and sent bytes/packets per second, all of which are of type `Int32`."],["The class offers two constructors: a default constructor `NetworkUtilization()` and another that takes a `NetworkUtilization` object as a parameter `NetworkUtilization(NetworkUtilization other)`."],["The latest version of the document is 2.4.0, and a range of previous versions (2.3.0, 2.2.0, 2.1.0, 2.0.0, 1.4.0, 1.3.0, 1.2.0, 1.1.0, and 1.0.0) are available."]]],[]]