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."],[[["This document outlines the `NetworkUtilization` class within the `Google.Cloud.AppEngine.V1` namespace, version 1.4.0."],["The `NetworkUtilization` class is designed for target scaling based on network usage and is specifically applicable to the App Engine flexible environment."],["It implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `Object`."],["The class provides properties to define targets for received bytes per second, received packets per second, sent bytes per second, and sent packets per second, all of which are integers."],["There are two constructors provided; one is a parameterless constructor and the other accepts another `NetworkUtilization` object as a parameter."]]],[]]