google_api_app_engine v0.8.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 nil.
  • availability (String.t): Availability of the instance.@OutputOnly Defaults to nil.
  • averageLatency (integer()): Average latency (ms) over the last minute.@OutputOnly Defaults to nil.
  • errors (integer()): Number of errors since this instance was started.@OutputOnly Defaults to nil.
  • id (String.t): Relative name of the instance within the version. Example: instance-1.@OutputOnly Defaults to nil.
  • memoryUsage (String.t): Total memory in use (bytes).@OutputOnly Defaults to nil.
  • 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 nil.
  • qps (number()): Average queries per second (QPS) over the last minute.@OutputOnly Defaults to nil.
  • requests (integer()): Number of requests since this instance was started.@OutputOnly Defaults to nil.
  • startTime (DateTime.t): Time that this instance was started.@OutputOnly Defaults to nil.
  • vmDebugEnabled (boolean()): Whether this instance is in debug mode. Only applicable for instances in App Engine flexible environment.@OutputOnly Defaults to nil.
  • vmId (String.t): Virtual machine ID of this instance. Only applicable for instances in App Engine flexible environment.@OutputOnly Defaults to nil.
  • vmIp (String.t): The IP address of this instance. Only applicable for instances in App Engine flexible environment.@OutputOnly Defaults to nil.
  • vmName (String.t): Name of the virtual machine where this instance lives. Only applicable for instances in App Engine flexible environment.@OutputOnly Defaults to nil.
  • vmStatus (String.t): Status of the virtual machine where this instance lives. Only applicable for instances in App Engine flexible environment.@OutputOnly Defaults to nil.
  • vmZoneName (String.t): Zone where the virtual machine is located. Only applicable for instances in App Engine flexible environment.@OutputOnly Defaults to nil.

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() :: %GoogleApi.AppEngine.V1.Model.Instance{
  appEngineRelease: String.t(),
  availability: String.t(),
  averageLatency: integer(),
  errors: integer(),
  id: String.t(),
  memoryUsage: String.t(),
  name: String.t(),
  qps: number(),
  requests: integer(),
  startTime: DateTime.t(),
  vmDebugEnabled: boolean(),
  vmId: String.t(),
  vmIp: String.t(),
  vmName: String.t(),
  vmStatus: String.t(),
  vmZoneName: String.t()
}

Link to this section Functions

Link to this function

decode(value, options) View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.