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-08-07 UTC."],[[["\u003cp\u003eThe \u003ccode\u003eNetworkUtilization\u003c/code\u003e class in the Google.Cloud.AppEngine.V1 namespace provides network usage target scaling capabilities specifically for the App Engine flexible environment.\u003c/p\u003e\n"],["\u003cp\u003eThis 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.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eNetworkUtilization\u003c/code\u003e implements interfaces like IMessage, IEquatable, IDeepCloneable, and IBufferMessage, and has inherited members like \u003ccode\u003eGetHashCode()\u003c/code\u003e, \u003ccode\u003eGetType()\u003c/code\u003e, and \u003ccode\u003eToString()\u003c/code\u003e from the object class.\u003c/p\u003e\n"],["\u003cp\u003eThe class includes properties to define target network usage, including \u003ccode\u003eTargetReceivedBytesPerSecond\u003c/code\u003e, \u003ccode\u003eTargetReceivedPacketsPerSecond\u003c/code\u003e, \u003ccode\u003eTargetSentBytesPerSecond\u003c/code\u003e, and \u003ccode\u003eTargetSentPacketsPerSecond\u003c/code\u003e, all of which are integers.\u003c/p\u003e\n"],["\u003cp\u003eIt can be instantiated using the default constructor \u003ccode\u003eNetworkUtilization()\u003c/code\u003e or by copying another \u003ccode\u003eNetworkUtilization\u003c/code\u003e instance with \u003ccode\u003eNetworkUtilization(NetworkUtilization other)\u003c/code\u003e.\u003c/p\u003e\n"]]],[],null,[]]