appengine  v1beta
Properties | List of all members
Google.Apis.Appengine.v1beta.Data.NetworkUtilization Class Reference

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

Inheritance diagram for Google.Apis.Appengine.v1beta.Data.NetworkUtilization:
Google::Apis::Requests::IDirectResponseSchema

Properties

virtual System.Nullable< int > TargetReceivedBytesPerSecond [get, set]
 Target bytes received per second. More...
 
virtual System.Nullable< int > TargetReceivedPacketsPerSecond [get, set]
 Target packets received per second. More...
 
virtual System.Nullable< int > TargetSentBytesPerSecond [get, set]
 Target bytes sent per second. More...
 
virtual System.Nullable< int > TargetSentPacketsPerSecond [get, set]
 Target packets sent per second. More...
 
virtual string ETag [get, set]
 The ETag of the item. More...
 
- Properties inherited from Google::Apis::Requests::IDirectResponseSchema
string ETag
 

Detailed Description

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

Property Documentation

◆ ETag

virtual string Google.Apis.Appengine.v1beta.Data.NetworkUtilization.ETag
getset

The ETag of the item.

◆ TargetReceivedBytesPerSecond

virtual System.Nullable<int> Google.Apis.Appengine.v1beta.Data.NetworkUtilization.TargetReceivedBytesPerSecond
getset

Target bytes received per second.

◆ TargetReceivedPacketsPerSecond

virtual System.Nullable<int> Google.Apis.Appengine.v1beta.Data.NetworkUtilization.TargetReceivedPacketsPerSecond
getset

Target packets received per second.

◆ TargetSentBytesPerSecond

virtual System.Nullable<int> Google.Apis.Appengine.v1beta.Data.NetworkUtilization.TargetSentBytesPerSecond
getset

Target bytes sent per second.

◆ TargetSentPacketsPerSecond

virtual System.Nullable<int> Google.Apis.Appengine.v1beta.Data.NetworkUtilization.TargetSentPacketsPerSecond
getset

Target packets sent per second.


The documentation for this class was generated from the following file: