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-04-09 UTC."],[[["The `NetworkUtilization` class in the Google.Cloud.AppEngine.V1 namespace provides network usage target scaling capabilities specifically for the App Engine flexible environment."],["This class has a latest version of 2.4.0, and other versions are available such as 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."],["`NetworkUtilization` implements interfaces like IMessage, IEquatable, IDeepCloneable, and IBufferMessage, and has inherited members like `GetHashCode()`, `GetType()`, and `ToString()` from the object class."],["The class includes properties to define target network usage, including `TargetReceivedBytesPerSecond`, `TargetReceivedPacketsPerSecond`, `TargetSentBytesPerSecond`, and `TargetSentPacketsPerSecond`, all of which are integers."],["It can be instantiated using the default constructor `NetworkUtilization()` or by copying another `NetworkUtilization` instance with `NetworkUtilization(NetworkUtilization other)`."]]],[]]