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-03-21 UTC."],[[["The `NetworkUtilization` class in the Google.Cloud.AppEngine.V1 API provides methods for target scaling based on network usage, specifically within the App Engine flexible environment."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, offering capabilities like message handling, equality comparisons, deep cloning, and buffer message support."],["The `NetworkUtilization` class contains four primary properties for configuring network scaling targets: `TargetReceivedBytesPerSecond`, `TargetReceivedPacketsPerSecond`, `TargetSentBytesPerSecond`, and `TargetSentPacketsPerSecond`, all of which are of type integer."],["There are various versioned API documentation for `NetworkUtilization` available, ranging from version 1.0.0 to the latest version 2.4.0, with 2.3.0 being the version this content focuses on."],["The class can be instantiated with or without an existing `NetworkUtilization` object as a parameter through its two constructors."]]],[]]