App Engine v1 API - Class NetworkUtilization (2.3.0)

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.

Inheritance

object > NetworkUtilization

Namespace

Google.Cloud.AppEngine.V1

Assembly

Google.Cloud.AppEngine.V1.dll

Constructors

NetworkUtilization()

public NetworkUtilization()

NetworkUtilization(NetworkUtilization)

public NetworkUtilization(NetworkUtilization other)
Parameter
NameDescription
otherNetworkUtilization

Properties

TargetReceivedBytesPerSecond

public int TargetReceivedBytesPerSecond { get; set; }

Target bytes received per second.

Property Value
TypeDescription
int

TargetReceivedPacketsPerSecond

public int TargetReceivedPacketsPerSecond { get; set; }

Target packets received per second.

Property Value
TypeDescription
int

TargetSentBytesPerSecond

public int TargetSentBytesPerSecond { get; set; }

Target bytes sent per second.

Property Value
TypeDescription
int

TargetSentPacketsPerSecond

public int TargetSentPacketsPerSecond { get; set; }

Target packets sent per second.

Property Value
TypeDescription
int