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.
Implements
IMessageNetworkUtilization, IEquatableNetworkUtilization, IDeepCloneableNetworkUtilization, IBufferMessage, IMessageNamespace
Google.Cloud.AppEngine.V1Assembly
Google.Cloud.AppEngine.V1.dll
Constructors
NetworkUtilization()
public NetworkUtilization()
NetworkUtilization(NetworkUtilization)
public NetworkUtilization(NetworkUtilization other)
Parameter | |
---|---|
Name | Description |
other |
NetworkUtilization |
Properties
TargetReceivedBytesPerSecond
public int TargetReceivedBytesPerSecond { get; set; }
Target bytes received per second.
Property Value | |
---|---|
Type | Description |
int |
TargetReceivedPacketsPerSecond
public int TargetReceivedPacketsPerSecond { get; set; }
Target packets received per second.
Property Value | |
---|---|
Type | Description |
int |
TargetSentBytesPerSecond
public int TargetSentBytesPerSecond { get; set; }
Target bytes sent per second.
Property Value | |
---|---|
Type | Description |
int |
TargetSentPacketsPerSecond
public int TargetSentPacketsPerSecond { get; set; }
Target packets sent per second.
Property Value | |
---|---|
Type | Description |
int |