google_api_app_engine v0.3.0 GoogleApi.AppEngine.V1.Model.Instance View Source
An Instance resource is the computing unit that App Engine uses to automatically scale an application.
Attributes
- appEngineRelease (String.t): App Engine release this instance is running on.@OutputOnly Defaults to:
null
. availability (String.t): Availability of the instance.@OutputOnly Defaults to:
null
.- Enum - one of [UNSPECIFIED, RESIDENT, DYNAMIC]
- averageLatency (integer()): Average latency (ms) over the last minute.@OutputOnly Defaults to:
null
. - errors (integer()): Number of errors since this instance was started.@OutputOnly Defaults to:
null
. - id (String.t): Relative name of the instance within the version. Example: instance-1.@OutputOnly Defaults to:
null
. - memoryUsage (String.t): Total memory in use (bytes).@OutputOnly Defaults to:
null
. - name (String.t): Full path to the Instance resource in the API. Example: apps/myapp/services/default/versions/v1/instances/instance-1.@OutputOnly Defaults to:
null
. - qps (float()): Average queries per second (QPS) over the last minute.@OutputOnly Defaults to:
null
. - requests (integer()): Number of requests since this instance was started.@OutputOnly Defaults to:
null
. - startTime (DateTime.t): Time that this instance was started.@OutputOnly Defaults to:
null
. - vmDebugEnabled (boolean()): Whether this instance is in debug mode. Only applicable for instances in App Engine flexible environment.@OutputOnly Defaults to:
null
. - vmId (String.t): Virtual machine ID of this instance. Only applicable for instances in App Engine flexible environment.@OutputOnly Defaults to:
null
. - vmIp (String.t): The IP address of this instance. Only applicable for instances in App Engine flexible environment.@OutputOnly Defaults to:
null
. - vmName (String.t): Name of the virtual machine where this instance lives. Only applicable for instances in App Engine flexible environment.@OutputOnly Defaults to:
null
. - vmStatus (String.t): Status of the virtual machine where this instance lives. Only applicable for instances in App Engine flexible environment.@OutputOnly Defaults to:
null
. - vmZoneName (String.t): Zone where the virtual machine is located. Only applicable for instances in App Engine flexible environment.@OutputOnly Defaults to:
null
.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields
Link to this section Types
Link to this type
t()
View Source
t()
View Source
t() :: %GoogleApi.AppEngine.V1.Model.Instance{
appEngineRelease: any(),
availability: any(),
averageLatency: any(),
errors: any(),
id: any(),
memoryUsage: any(),
name: any(),
qps: any(),
requests: any(),
startTime: DateTime.t(),
vmDebugEnabled: any(),
vmId: any(),
vmIp: any(),
vmName: any(),
vmStatus: any(),
vmZoneName: any()
}
t() :: %GoogleApi.AppEngine.V1.Model.Instance{ appEngineRelease: any(), availability: any(), averageLatency: any(), errors: any(), id: any(), memoryUsage: any(), name: any(), qps: any(), requests: any(), startTime: DateTime.t(), vmDebugEnabled: any(), vmId: any(), vmIp: any(), vmName: any(), vmStatus: any(), vmZoneName: any() }
Link to this section Functions
Link to this function
decode(value, options) View Source
Unwrap a decoded JSON object into its complex fields.