Class: Google::Apis::AppengineV1beta5::Instance
- Inherits:
-
Object
- Object
- Google::Apis::AppengineV1beta5::Instance
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- generated/google/apis/appengine_v1beta5/classes.rb,
generated/google/apis/appengine_v1beta5/representations.rb,
generated/google/apis/appengine_v1beta5/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 ⇒ String
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
1670 1671 1672 |
# File 'generated/google/apis/appengine_v1beta5/classes.rb', line 1670 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
1596 1597 1598 |
# File 'generated/google/apis/appengine_v1beta5/classes.rb', line 1596 def app_engine_release @app_engine_release end |
#availability ⇒ String
Availability of the instance.@OutputOnly
Corresponds to the JSON property availability
1601 1602 1603 |
# File 'generated/google/apis/appengine_v1beta5/classes.rb', line 1601 def availability @availability end |
#average_latency ⇒ Fixnum
Average latency (ms) over the last minute.@OutputOnly
Corresponds to the JSON property averageLatency
1644 1645 1646 |
# File 'generated/google/apis/appengine_v1beta5/classes.rb', line 1644 def average_latency @average_latency end |
#errors ⇒ Fixnum
Number of errors since this instance was started.@OutputOnly
Corresponds to the JSON property errors
1634 1635 1636 |
# File 'generated/google/apis/appengine_v1beta5/classes.rb', line 1634 def errors @errors end |
#id ⇒ String
Relative name of the instance within the version. Example: instance-1.@
OutputOnly
Corresponds to the JSON property id
1591 1592 1593 |
# File 'generated/google/apis/appengine_v1beta5/classes.rb', line 1591 def id @id end |
#memory_usage ⇒ String
Total memory in use (bytes).@OutputOnly
Corresponds to the JSON property memoryUsage
1649 1650 1651 |
# File 'generated/google/apis/appengine_v1beta5/classes.rb', line 1649 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
1585 1586 1587 |
# File 'generated/google/apis/appengine_v1beta5/classes.rb', line 1585 def name @name end |
#qps ⇒ Float
Average queries per second (QPS) over the last minute.@OutputOnly
Corresponds to the JSON property qps
1639 1640 1641 |
# File 'generated/google/apis/appengine_v1beta5/classes.rb', line 1639 def qps @qps end |
#requests ⇒ Fixnum
Number of requests since this instance was started.@OutputOnly
Corresponds to the JSON property requests
1629 1630 1631 |
# File 'generated/google/apis/appengine_v1beta5/classes.rb', line 1629 def requests @requests end |
#start_timestamp ⇒ String
Time that this instance was started.@OutputOnly
Corresponds to the JSON property startTimestamp
1624 1625 1626 |
# File 'generated/google/apis/appengine_v1beta5/classes.rb', line 1624 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
1619 1620 1621 |
# File 'generated/google/apis/appengine_v1beta5/classes.rb', line 1619 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
1668 1669 1670 |
# File 'generated/google/apis/appengine_v1beta5/classes.rb', line 1668 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
1607 1608 1609 |
# File 'generated/google/apis/appengine_v1beta5/classes.rb', line 1607 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
1655 1656 1657 |
# File 'generated/google/apis/appengine_v1beta5/classes.rb', line 1655 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
1661 1662 1663 |
# File 'generated/google/apis/appengine_v1beta5/classes.rb', line 1661 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
1613 1614 1615 |
# File 'generated/google/apis/appengine_v1beta5/classes.rb', line 1613 def vm_zone_name @vm_zone_name end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1675 1676 1677 1678 1679 1680 1681 1682 1683 1684 1685 1686 1687 1688 1689 1690 1691 1692 |
# File 'generated/google/apis/appengine_v1beta5/classes.rb', line 1675 def update!(**args) @name = args[:name] if args.key?(:name) @id = args[:id] if args.key?(:id) @app_engine_release = args[:app_engine_release] if args.key?(:app_engine_release) @availability = args[:availability] if args.key?(:availability) @vm_name = args[:vm_name] if args.key?(:vm_name) @vm_zone_name = args[:vm_zone_name] if args.key?(:vm_zone_name) @vm_id = args[:vm_id] if args.key?(:vm_id) @start_timestamp = args[:start_timestamp] if args.key?(:start_timestamp) @requests = args[:requests] if args.key?(:requests) @errors = args[:errors] if args.key?(:errors) @qps = args[:qps] if args.key?(:qps) @average_latency = args[:average_latency] if args.key?(:average_latency) @memory_usage = args[:memory_usage] if args.key?(:memory_usage) @vm_status = args[:vm_status] if args.key?(:vm_status) @vm_unlocked = args[:vm_unlocked] if args.key?(:vm_unlocked) @vm_ip = args[:vm_ip] if args.key?(:vm_ip) end |