Show / Hide Table of Contents

Class NetworkUtilization

Target scaling by network usage. Only applicable in the App Engine flexible environment.

Inheritance
object
NetworkUtilization
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Appengine.v1beta.Data
Assembly: Google.Apis.Appengine.v1beta.dll
Syntax
public class NetworkUtilization : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

TargetReceivedBytesPerSecond

Target bytes received per second.

Declaration
[JsonProperty("targetReceivedBytesPerSecond")]
public virtual int? TargetReceivedBytesPerSecond { get; set; }
Property Value
Type Description
int?

TargetReceivedPacketsPerSecond

Target packets received per second.

Declaration
[JsonProperty("targetReceivedPacketsPerSecond")]
public virtual int? TargetReceivedPacketsPerSecond { get; set; }
Property Value
Type Description
int?

TargetSentBytesPerSecond

Target bytes sent per second.

Declaration
[JsonProperty("targetSentBytesPerSecond")]
public virtual int? TargetSentBytesPerSecond { get; set; }
Property Value
Type Description
int?

TargetSentPacketsPerSecond

Target packets sent per second.

Declaration
[JsonProperty("targetSentPacketsPerSecond")]
public virtual int? TargetSentPacketsPerSecond { get; set; }
Property Value
Type Description
int?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX