Class: Google::Apis::AppengineV1beta5::Instance

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

Methods included from Core::JsonObjectSupport

#to_json

Methods included from Core::Hashable

process_value, #to_h

Constructor Details

#initialize(**args) ⇒ Instance

Returns a new instance of Instance.



1522
1523
1524
# File 'generated/google/apis/appengine_v1beta5/classes.rb', line 1522

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#app_engine_releaseString

App Engine release this instance is running on. @OutputOnly Corresponds to the JSON property appEngineRelease

Returns:

  • (String)


1454
1455
1456
# File 'generated/google/apis/appengine_v1beta5/classes.rb', line 1454

def app_engine_release
  @app_engine_release
end

#availabilityString

Availability of the instance. @OutputOnly Corresponds to the JSON property availability

Returns:

  • (String)


1459
1460
1461
# File 'generated/google/apis/appengine_v1beta5/classes.rb', line 1459

def availability
  @availability
end

#average_latencyFixnum

Average latency (ms) over the last minute. @OutputOnly Corresponds to the JSON property averageLatency

Returns:

  • (Fixnum)


1502
1503
1504
# File 'generated/google/apis/appengine_v1beta5/classes.rb', line 1502

def average_latency
  @average_latency
end

#errorsFixnum

Number of errors since this instance was started. @OutputOnly Corresponds to the JSON property errors

Returns:

  • (Fixnum)


1492
1493
1494
# File 'generated/google/apis/appengine_v1beta5/classes.rb', line 1492

def errors
  @errors
end

#idString

Relative name of the instance within the version. Example: instance-1. @ OutputOnly Corresponds to the JSON property id

Returns:

  • (String)


1449
1450
1451
# File 'generated/google/apis/appengine_v1beta5/classes.rb', line 1449

def id
  @id
end

#memory_usageString

Total memory in use (bytes). @OutputOnly Corresponds to the JSON property memoryUsage

Returns:

  • (String)


1507
1508
1509
# File 'generated/google/apis/appengine_v1beta5/classes.rb', line 1507

def memory_usage
  @memory_usage
end

#nameString

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

Returns:

  • (String)


1443
1444
1445
# File 'generated/google/apis/appengine_v1beta5/classes.rb', line 1443

def name
  @name
end

#qpsFloat

Average queries per second (QPS) over the last minute. @OutputOnly Corresponds to the JSON property qps

Returns:

  • (Float)


1497
1498
1499
# File 'generated/google/apis/appengine_v1beta5/classes.rb', line 1497

def qps
  @qps
end

#requestsFixnum

Number of requests since this instance was started. @OutputOnly Corresponds to the JSON property requests

Returns:

  • (Fixnum)


1487
1488
1489
# File 'generated/google/apis/appengine_v1beta5/classes.rb', line 1487

def requests
  @requests
end

#start_timestampString

Time that this instance was started. @OutputOnly Corresponds to the JSON property startTimestamp

Returns:

  • (String)


1482
1483
1484
# File 'generated/google/apis/appengine_v1beta5/classes.rb', line 1482

def start_timestamp
  @start_timestamp
end

#vm_idString

Virtual machine ID of this instance. Only applicable for instances in App Engine flexible environment. @OutputOnly Corresponds to the JSON property vmId

Returns:

  • (String)


1477
1478
1479
# File 'generated/google/apis/appengine_v1beta5/classes.rb', line 1477

def vm_id
  @vm_id
end

#vm_nameString

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

Returns:

  • (String)


1465
1466
1467
# File 'generated/google/apis/appengine_v1beta5/classes.rb', line 1465

def vm_name
  @vm_name
end

#vm_statusString

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

Returns:

  • (String)


1513
1514
1515
# File 'generated/google/apis/appengine_v1beta5/classes.rb', line 1513

def vm_status
  @vm_status
end

#vm_unlockedBoolean 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

Returns:

  • (Boolean)


1519
1520
1521
# File 'generated/google/apis/appengine_v1beta5/classes.rb', line 1519

def vm_unlocked
  @vm_unlocked
end

#vm_zone_nameString

Zone where the virtual machine is located. Only applicable for instances in App Engine flexible environment. @OutputOnly Corresponds to the JSON property vmZoneName

Returns:

  • (String)


1471
1472
1473
# File 'generated/google/apis/appengine_v1beta5/classes.rb', line 1471

def vm_zone_name
  @vm_zone_name
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1527
1528
1529
1530
1531
1532
1533
1534
1535
1536
1537
1538
1539
1540
1541
1542
1543
# File 'generated/google/apis/appengine_v1beta5/classes.rb', line 1527

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)
end