Resource: Instance
An Instance resource is the computing unit that App Engine uses to automatically scale an application.
JSON representation | |
---|---|
{
"name": string,
"id": string,
"appEngineRelease": string,
"availability": enum ( |
Fields | |
---|---|
name |
Output only. Full path to the Instance resource in the API. Example: |
id |
Output only. Relative name of the instance within the version. Example: |
appEngineRelease |
Output only. App Engine release this instance is running on. |
availability |
Output only. Availability of the instance. |
vmName |
Output only. Name of the virtual machine where this instance lives. Only applicable for instances in App Engine flexible environment. |
vmZoneName |
Output only. Zone where the virtual machine is located. Only applicable for instances in App Engine flexible environment. |
vmId |
Output only. Virtual machine ID of this instance. Only applicable for instances in App Engine flexible environment. |
startTime |
Output only. Time that this instance was started. A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: Note: This field is used in responses only. Any value specified here in a request is ignored. |
requests |
Output only. Number of requests since this instance was started. |
errors |
Output only. Number of errors since this instance was started. |
qps |
Output only. Average queries per second (QPS) over the last minute. |
averageLatency |
Output only. Average latency (ms) over the last minute. |
memoryUsage |
Output only. Total memory in use (bytes). |
vmStatus |
Output only. Status of the virtual machine where this instance lives. Only applicable for instances in App Engine flexible environment. |
vmDebugEnabled |
Output only. Whether this instance is in debug mode. Only applicable for instances in App Engine flexible environment. |
vmIp |
Output only. The IP address of this instance. Only applicable for instances in App Engine flexible environment. |
Availability
Availability of the instance.
Enums | |
---|---|
UNSPECIFIED |
|
RESIDENT |
|
DYNAMIC |
Methods |
|
---|---|
|
Enables debugging on a VM instance. |
|
Stops a running instance. |
|
Gets instance information. |
|
Lists the instances of a version. |