Class: Google::Apis::AppengineV1beta4::Instance
- Inherits:
-
Object
- Object
- Google::Apis::AppengineV1beta4::Instance
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- generated/google/apis/appengine_v1beta4/classes.rb,
generated/google/apis/appengine_v1beta4/representations.rb,
generated/google/apis/appengine_v1beta4/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_timestamp ⇒ String
Time that this instance was started.@OutputOnly Corresponds to the JSON property
startTimestamp
. -
#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_unlocked ⇒ Boolean
(also: #vm_unlocked?)
Whether this instance is in debug mode.
-
#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
815 816 817 |
# File 'generated/google/apis/appengine_v1beta4/classes.rb', line 815 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
729 730 731 |
# File 'generated/google/apis/appengine_v1beta4/classes.rb', line 729 def app_engine_release @app_engine_release end |
#availability ⇒ String
Availability of the instance.@OutputOnly
Corresponds to the JSON property availability
734 735 736 |
# File 'generated/google/apis/appengine_v1beta4/classes.rb', line 734 def availability @availability end |
#average_latency ⇒ Fixnum
Average latency (ms) over the last minute.@OutputOnly
Corresponds to the JSON property averageLatency
739 740 741 |
# File 'generated/google/apis/appengine_v1beta4/classes.rb', line 739 def average_latency @average_latency end |
#errors ⇒ Fixnum
Number of errors since this instance was started.@OutputOnly
Corresponds to the JSON property errors
744 745 746 |
# File 'generated/google/apis/appengine_v1beta4/classes.rb', line 744 def errors @errors end |
#id ⇒ String
Relative name of the instance within the version. Example: instance-1.@
OutputOnly
Corresponds to the JSON property id
750 751 752 |
# File 'generated/google/apis/appengine_v1beta4/classes.rb', line 750 def id @id end |
#memory_usage ⇒ Fixnum
Total memory in use (bytes).@OutputOnly
Corresponds to the JSON property memoryUsage
755 756 757 |
# File 'generated/google/apis/appengine_v1beta4/classes.rb', line 755 def memory_usage @memory_usage end |
#name ⇒ String
Full path to the Instance resource in the API. Example: apps/myapp/modules/
default/versions/v1/instances/instance-1.@OutputOnly
Corresponds to the JSON property name
761 762 763 |
# File 'generated/google/apis/appengine_v1beta4/classes.rb', line 761 def name @name end |
#qps ⇒ Float
Average queries per second (QPS) over the last minute.@OutputOnly
Corresponds to the JSON property qps
766 767 768 |
# File 'generated/google/apis/appengine_v1beta4/classes.rb', line 766 def qps @qps end |
#requests ⇒ Fixnum
Number of requests since this instance was started.@OutputOnly
Corresponds to the JSON property requests
771 772 773 |
# File 'generated/google/apis/appengine_v1beta4/classes.rb', line 771 def requests @requests end |
#start_timestamp ⇒ String
Time that this instance was started.@OutputOnly
Corresponds to the JSON property startTimestamp
776 777 778 |
# File 'generated/google/apis/appengine_v1beta4/classes.rb', line 776 def @start_timestamp 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
782 783 784 |
# File 'generated/google/apis/appengine_v1beta4/classes.rb', line 782 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
788 789 790 |
# File 'generated/google/apis/appengine_v1beta4/classes.rb', line 788 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
794 795 796 |
# File 'generated/google/apis/appengine_v1beta4/classes.rb', line 794 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
800 801 802 |
# File 'generated/google/apis/appengine_v1beta4/classes.rb', line 800 def vm_status @vm_status end |
#vm_unlocked ⇒ Boolean Also known as: vm_unlocked?
Whether this instance is in debug mode. Only applicable for instances in App
Engine flexible environment.@OutputOnly
Corresponds to the JSON property vmUnlocked
806 807 808 |
# File 'generated/google/apis/appengine_v1beta4/classes.rb', line 806 def vm_unlocked @vm_unlocked 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
813 814 815 |
# File 'generated/google/apis/appengine_v1beta4/classes.rb', line 813 def vm_zone_name @vm_zone_name end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
820 821 822 823 824 825 826 827 828 829 830 831 832 833 834 835 836 837 |
# File 'generated/google/apis/appengine_v1beta4/classes.rb', line 820 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_timestamp = args[:start_timestamp] if args.key?(:start_timestamp) @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_unlocked = args[:vm_unlocked] if args.key?(:vm_unlocked) @vm_zone_name = args[:vm_zone_name] if args.key?(:vm_zone_name) end |