Class NetworkUtilization (1.0.0)

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.

Inheritance

Object > NetworkUtilization

Implements

Google.Protobuf.IMessage<NetworkUtilization>, IEquatable<NetworkUtilization>, Google.Protobuf.IDeepCloneable<NetworkUtilization>, Google.Protobuf.IBufferMessage, Google.Protobuf.IMessage

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
Int32

TargetReceivedPacketsPerSecond

public int TargetReceivedPacketsPerSecond { get; set; }

Target packets received per second.

Property Value
TypeDescription
Int32

TargetSentBytesPerSecond

public int TargetSentBytesPerSecond { get; set; }

Target bytes sent per second.

Property Value
TypeDescription
Int32

TargetSentPacketsPerSecond

public int TargetSentPacketsPerSecond { get; set; }

Target packets sent per second.

Property Value
TypeDescription
Int32