public sealed class NetworkUtilization : IMessage<NetworkUtilization>, IEquatable<NetworkUtilization>, IDeepCloneable<NetworkUtilization>, IBufferMessage, IMessageReference 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
IMessage<NetworkUtilization>, IEquatable<NetworkUtilization>, IDeepCloneable<NetworkUtilization>, 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 |
Int32 |
|
TargetReceivedPacketsPerSecond
public int TargetReceivedPacketsPerSecond { get; set; }Target packets received per second.
| Property Value | |
|---|---|
| Type | Description |
Int32 |
|
TargetSentBytesPerSecond
public int TargetSentBytesPerSecond { get; set; }Target bytes sent per second.
| Property Value | |
|---|---|
| Type | Description |
Int32 |
|
TargetSentPacketsPerSecond
public int TargetSentPacketsPerSecond { get; set; }Target packets sent per second.
| Property Value | |
|---|---|
| Type | Description |
Int32 |
|