Class NetworkUtilization
Target scaling by network usage. Only applicable in the App Engine flexible environment.
Implements
Inherited Members
Namespace: Google.Apis.Appengine.v1beta.Data
Assembly: Google.Apis.Appengine.v1beta.dll
Syntax
public class NetworkUtilization : IDirectResponseSchemaProperties
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? |