Instance class

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

Constructors

Instance({String? appEngineRelease, String? availability, int? averageLatency, int? errors, String? id, String? memoryUsage, String? name, double? qps, int? requests, String? startTime, bool? vmDebugEnabled, String? vmId, String? vmIp, String? vmLiveness, String? vmName, String? vmStatus, String? vmZoneName})
Instance.fromJson(Map json_)

Properties

appEngineRelease ↔ String?
App Engine release this instance is running on.
getter/setter pair
availability ↔ String?
Availability of the instance.
getter/setter pair
averageLatency ↔ int?
Average latency (ms) over the last minute.
getter/setter pair
errors ↔ int?
Number of errors since this instance was started.
getter/setter pair
hashCode → int
The hash code for this object.
no setterinherited
id ↔ String?
Relative name of the instance within the version.
getter/setter pair
memoryUsage ↔ String?
Total memory in use (bytes).
getter/setter pair
name ↔ String?
Full path to the Instance resource in the API.
getter/setter pair
qps ↔ double?
Average queries per second (QPS) over the last minute.
getter/setter pair
requests ↔ int?
Number of requests since this instance was started.
getter/setter pair
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
startTime ↔ String?
Time that this instance was started.@OutputOnly
getter/setter pair
vmDebugEnabled ↔ bool?
Whether this instance is in debug mode.
getter/setter pair
vmId ↔ String?
Virtual machine ID of this instance.
getter/setter pair
vmIp ↔ String?
The IP address of this instance.
getter/setter pair
vmLiveness ↔ String?
The liveness health check of this instance.
getter/setter pair
vmName ↔ String?
Name of the virtual machine where this instance lives.
getter/setter pair
vmStatus ↔ String?
Status of the virtual machine where this instance lives.
getter/setter pair
vmZoneName ↔ String?
Zone where the virtual machine is located.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() → Map<String, dynamic>
toString() → String
A string representation of this object.
inherited

Operators

operator ==(Object other) → bool
The equality operator.
inherited