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.
Implements
Google.Protobuf.IMessage<NetworkUtilization>, IEquatable<NetworkUtilization>, Google.Protobuf.IDeepCloneable<NetworkUtilization>, Google.Protobuf.IBufferMessage, Google.Protobuf.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 |