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-04-17 UTC."],[[["The `NetworkUtilization` class, found within the `Google.Cloud.AppEngine.V1` namespace, is designed for target scaling based on network usage in the App Engine flexible environment."],["This class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` for use with the Google Protobuf library."],["It 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 as `Int32` types."],["The `NetworkUtilization` class has been released across multiple versions, with the latest version being `2.4.0` and going back to `1.0.0`."],["There are multiple constructors available, including one default and one that takes another `NetworkUtilization` object as a parameter."]]],[]]