appengine  v1
Properties | List of all members
Google.Apis.Appengine.v1.Data.Instance Class Reference

An Instance resource is the computing unit that App Engine uses to automatically scale an application. More...

Inheritance diagram for Google.Apis.Appengine.v1.Data.Instance:
Google::Apis::Requests::IDirectResponseSchema

Properties

virtual string AppEngineRelease [get, set]
 App Engine release this instance is running on. More...
 
virtual string Availability [get, set]
 Availability of the instance. More...
 
virtual System.Nullable< int > AverageLatency [get, set]
 Average latency (ms) over the last minute. More...
 
virtual System.Nullable< int > Errors [get, set]
 Number of errors since this instance was started. More...
 
virtual string Id [get, set]
 Relative name of the instance within the version. Example: instance-1. More...
 
virtual System.Nullable< long > MemoryUsage [get, set]
 Total memory in use (bytes). More...
 
virtual string Name [get, set]
 Full path to the Instance resource in the API. Example: apps/myapp/services/default/versions/v1/instances/instance-1. More...
 
virtual System.Nullable< float > Qps [get, set]
 Average queries per second (QPS) over the last minute. More...
 
virtual System.Nullable< int > Requests [get, set]
 Number of requests since this instance was started. More...
 
virtual object StartTime [get, set]
 Time that this instance was started. More...
 
virtual System.Nullable< bool > VmDebugEnabled [get, set]
 Whether this instance is in debug mode. Only applicable for instances in App Engine flexible environment. More...
 
virtual string VmId [get, set]
 Virtual machine ID of this instance. Only applicable for instances in App Engine flexible environment. More...
 
virtual string VmIp [get, set]
 The IP address of this instance. Only applicable for instances in App Engine flexible environment. More...
 
virtual string VmName [get, set]
 Name of the virtual machine where this instance lives. Only applicable for instances in App Engine flexible environment. More...
 
virtual string VmStatus [get, set]
 Status of the virtual machine where this instance lives. Only applicable for instances in App Engine flexible environment. More...
 
virtual string VmZoneName [get, set]
 Zone where the virtual machine is located. Only applicable for instances in App Engine flexible environment. More...
 
virtual string ETag [get, set]
 The ETag of the item. More...
 
- Properties inherited from Google::Apis::Requests::IDirectResponseSchema
string ETag
 

Detailed Description

An Instance resource is the computing unit that App Engine uses to automatically scale an application.

Property Documentation

◆ AppEngineRelease

virtual string Google.Apis.Appengine.v1.Data.Instance.AppEngineRelease
getset

App Engine release this instance is running on.

◆ Availability

virtual string Google.Apis.Appengine.v1.Data.Instance.Availability
getset

Availability of the instance.

◆ AverageLatency

virtual System.Nullable<int> Google.Apis.Appengine.v1.Data.Instance.AverageLatency
getset

Average latency (ms) over the last minute.

◆ Errors

virtual System.Nullable<int> Google.Apis.Appengine.v1.Data.Instance.Errors
getset

Number of errors since this instance was started.

◆ ETag

virtual string Google.Apis.Appengine.v1.Data.Instance.ETag
getset

The ETag of the item.

◆ Id

virtual string Google.Apis.Appengine.v1.Data.Instance.Id
getset

Relative name of the instance within the version. Example: instance-1.

◆ MemoryUsage

virtual System.Nullable<long> Google.Apis.Appengine.v1.Data.Instance.MemoryUsage
getset

Total memory in use (bytes).

◆ Name

virtual string Google.Apis.Appengine.v1.Data.Instance.Name
getset

Full path to the Instance resource in the API. Example: apps/myapp/services/default/versions/v1/instances/instance-1.

◆ Qps

virtual System.Nullable<float> Google.Apis.Appengine.v1.Data.Instance.Qps
getset

Average queries per second (QPS) over the last minute.

◆ Requests

virtual System.Nullable<int> Google.Apis.Appengine.v1.Data.Instance.Requests
getset

Number of requests since this instance was started.

◆ StartTime

virtual object Google.Apis.Appengine.v1.Data.Instance.StartTime
getset

Time that this instance was started.

◆ VmDebugEnabled

virtual System.Nullable<bool> Google.Apis.Appengine.v1.Data.Instance.VmDebugEnabled
getset

Whether this instance is in debug mode. Only applicable for instances in App Engine flexible environment.

◆ VmId

virtual string Google.Apis.Appengine.v1.Data.Instance.VmId
getset

Virtual machine ID of this instance. Only applicable for instances in App Engine flexible environment.

◆ VmIp

virtual string Google.Apis.Appengine.v1.Data.Instance.VmIp
getset

The IP address of this instance. Only applicable for instances in App Engine flexible environment.

◆ VmName

virtual string Google.Apis.Appengine.v1.Data.Instance.VmName
getset

Name of the virtual machine where this instance lives. Only applicable for instances in App Engine flexible environment.

◆ VmStatus

virtual string Google.Apis.Appengine.v1.Data.Instance.VmStatus
getset

Status of the virtual machine where this instance lives. Only applicable for instances in App Engine flexible environment.

◆ VmZoneName

virtual string Google.Apis.Appengine.v1.Data.Instance.VmZoneName
getset

Zone where the virtual machine is located. Only applicable for instances in App Engine flexible environment.


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