Class: Google::Apis::AppengineV1beta::Instance
- Inherits:
-
Object
- Object
- Google::Apis::AppengineV1beta::Instance
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- generated/google/apis/appengine_v1beta/classes.rb,
generated/google/apis/appengine_v1beta/representations.rb,
generated/google/apis/appengine_v1beta/representations.rb
Overview
An Instance resource is the computing unit that App Engine uses to automatically scale an application.
Instance Attribute Summary collapse
-
#app_engine_release ⇒ String
App Engine release this instance is running on.@OutputOnly Corresponds to the JSON property
appEngineRelease. -
#availability ⇒ String
Availability of the instance.@OutputOnly Corresponds to the JSON property
availability. -
#average_latency ⇒ Fixnum
Average latency (ms) over the last minute.@OutputOnly Corresponds to the JSON property
averageLatency. -
#errors ⇒ Fixnum
Number of errors since this instance was started.@OutputOnly Corresponds to the JSON property
errors. -
#id ⇒ String
Relative name of the instance within the version.
-
#memory_usage ⇒ Fixnum
Total memory in use (bytes).@OutputOnly Corresponds to the JSON property
memoryUsage. -
#name ⇒ String
Full path to the Instance resource in the API.
-
#qps ⇒ Float
Average queries per second (QPS) over the last minute.@OutputOnly Corresponds to the JSON property
qps. -
#requests ⇒ Fixnum
Number of requests since this instance was started.@OutputOnly Corresponds to the JSON property
requests. -
#start_time ⇒ String
Time that this instance was started.@OutputOnly Corresponds to the JSON property
startTime. -
#vm_debug_enabled ⇒ Boolean
(also: #vm_debug_enabled?)
Whether this instance is in debug mode.
-
#vm_id ⇒ String
Virtual machine ID of this instance.
-
#vm_ip ⇒ String
The IP address of this instance.
-
#vm_name ⇒ String
Name of the virtual machine where this instance lives.
-
#vm_status ⇒ String
Status of the virtual machine where this instance lives.
-
#vm_zone_name ⇒ String
Zone where the virtual machine is located.
Instance Method Summary collapse
-
#initialize(**args) ⇒ Instance
constructor
A new instance of Instance.
-
#update!(**args) ⇒ Object
Update properties of this object.
Methods included from Core::JsonObjectSupport
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ Instance
Returns a new instance of Instance
1244 1245 1246 |
# File 'generated/google/apis/appengine_v1beta/classes.rb', line 1244 def initialize(**args) update!(**args) end |
Instance Attribute Details
#app_engine_release ⇒ String
App Engine release this instance is running on.@OutputOnly
Corresponds to the JSON property appEngineRelease
1158 1159 1160 |
# File 'generated/google/apis/appengine_v1beta/classes.rb', line 1158 def app_engine_release @app_engine_release end |
#availability ⇒ String
Availability of the instance.@OutputOnly
Corresponds to the JSON property availability
1163 1164 1165 |
# File 'generated/google/apis/appengine_v1beta/classes.rb', line 1163 def availability @availability end |
#average_latency ⇒ Fixnum
Average latency (ms) over the last minute.@OutputOnly
Corresponds to the JSON property averageLatency
1168 1169 1170 |
# File 'generated/google/apis/appengine_v1beta/classes.rb', line 1168 def average_latency @average_latency end |
#errors ⇒ Fixnum
Number of errors since this instance was started.@OutputOnly
Corresponds to the JSON property errors
1173 1174 1175 |
# File 'generated/google/apis/appengine_v1beta/classes.rb', line 1173 def errors @errors end |
#id ⇒ String
Relative name of the instance within the version. Example: instance-1.@
OutputOnly
Corresponds to the JSON property id
1179 1180 1181 |
# File 'generated/google/apis/appengine_v1beta/classes.rb', line 1179 def id @id end |
#memory_usage ⇒ Fixnum
Total memory in use (bytes).@OutputOnly
Corresponds to the JSON property memoryUsage
1184 1185 1186 |
# File 'generated/google/apis/appengine_v1beta/classes.rb', line 1184 def memory_usage @memory_usage end |
#name ⇒ String
Full path to the Instance resource in the API. Example: apps/myapp/services/
default/versions/v1/instances/instance-1.@OutputOnly
Corresponds to the JSON property name
1190 1191 1192 |
# File 'generated/google/apis/appengine_v1beta/classes.rb', line 1190 def name @name end |
#qps ⇒ Float
Average queries per second (QPS) over the last minute.@OutputOnly
Corresponds to the JSON property qps
1195 1196 1197 |
# File 'generated/google/apis/appengine_v1beta/classes.rb', line 1195 def qps @qps end |
#requests ⇒ Fixnum
Number of requests since this instance was started.@OutputOnly
Corresponds to the JSON property requests
1200 1201 1202 |
# File 'generated/google/apis/appengine_v1beta/classes.rb', line 1200 def requests @requests end |
#start_time ⇒ String
Time that this instance was started.@OutputOnly
Corresponds to the JSON property startTime
1205 1206 1207 |
# File 'generated/google/apis/appengine_v1beta/classes.rb', line 1205 def start_time @start_time end |
#vm_debug_enabled ⇒ Boolean Also known as: vm_debug_enabled?
Whether this instance is in debug mode. Only applicable for instances in App
Engine flexible environment.@OutputOnly
Corresponds to the JSON property vmDebugEnabled
1211 1212 1213 |
# File 'generated/google/apis/appengine_v1beta/classes.rb', line 1211 def vm_debug_enabled @vm_debug_enabled end |
#vm_id ⇒ String
Virtual machine ID of this instance. Only applicable for instances in App
Engine flexible environment.@OutputOnly
Corresponds to the JSON property vmId
1218 1219 1220 |
# File 'generated/google/apis/appengine_v1beta/classes.rb', line 1218 def vm_id @vm_id end |
#vm_ip ⇒ String
The IP address of this instance. Only applicable for instances in App Engine
flexible environment.@OutputOnly
Corresponds to the JSON property vmIp
1224 1225 1226 |
# File 'generated/google/apis/appengine_v1beta/classes.rb', line 1224 def vm_ip @vm_ip end |
#vm_name ⇒ String
Name of the virtual machine where this instance lives. Only applicable for
instances in App Engine flexible environment.@OutputOnly
Corresponds to the JSON property vmName
1230 1231 1232 |
# File 'generated/google/apis/appengine_v1beta/classes.rb', line 1230 def vm_name @vm_name end |
#vm_status ⇒ String
Status of the virtual machine where this instance lives. Only applicable for
instances in App Engine flexible environment.@OutputOnly
Corresponds to the JSON property vmStatus
1236 1237 1238 |
# File 'generated/google/apis/appengine_v1beta/classes.rb', line 1236 def vm_status @vm_status end |
#vm_zone_name ⇒ String
Zone where the virtual machine is located. Only applicable for instances in
App Engine flexible environment.@OutputOnly
Corresponds to the JSON property vmZoneName
1242 1243 1244 |
# File 'generated/google/apis/appengine_v1beta/classes.rb', line 1242 def vm_zone_name @vm_zone_name end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1249 1250 1251 1252 1253 1254 1255 1256 1257 1258 1259 1260 1261 1262 1263 1264 1265 1266 |
# File 'generated/google/apis/appengine_v1beta/classes.rb', line 1249 def update!(**args) @app_engine_release = args[:app_engine_release] if args.key?(:app_engine_release) @availability = args[:availability] if args.key?(:availability) @average_latency = args[:average_latency] if args.key?(:average_latency) @errors = args[:errors] if args.key?(:errors) @id = args[:id] if args.key?(:id) @memory_usage = args[:memory_usage] if args.key?(:memory_usage) @name = args[:name] if args.key?(:name) @qps = args[:qps] if args.key?(:qps) @requests = args[:requests] if args.key?(:requests) @start_time = args[:start_time] if args.key?(:start_time) @vm_debug_enabled = args[:vm_debug_enabled] if args.key?(:vm_debug_enabled) @vm_id = args[:vm_id] if args.key?(:vm_id) @vm_ip = args[:vm_ip] if args.key?(:vm_ip) @vm_name = args[:vm_name] if args.key?(:vm_name) @vm_status = args[:vm_status] if args.key?(:vm_status) @vm_zone_name = args[:vm_zone_name] if args.key?(:vm_zone_name) end |