Class: Google::Cloud::AppEngine::V1::AutomaticScaling
- Inherits:
-
Object
- Object
- Google::Cloud::AppEngine::V1::AutomaticScaling
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/appengine/v1/version.rb
Overview
Automatic scaling is based on request rate, response latencies, and other application metrics.
Instance Attribute Summary collapse
-
#cool_down_period ⇒ ::Google::Protobuf::Duration
The time period that the Autoscaler should wait before it starts collecting information from a new instance.
-
#cpu_utilization ⇒ ::Google::Cloud::AppEngine::V1::CpuUtilization
Target scaling by CPU usage.
-
#disk_utilization ⇒ ::Google::Cloud::AppEngine::V1::DiskUtilization
Target scaling by disk usage.
-
#max_concurrent_requests ⇒ ::Integer
Number of concurrent requests an automatic scaling instance can accept before the scheduler spawns a new instance.
-
#max_idle_instances ⇒ ::Integer
Maximum number of idle instances that should be maintained for this version.
-
#max_pending_latency ⇒ ::Google::Protobuf::Duration
Maximum amount of time that a request should wait in the pending queue before starting a new instance to handle it.
-
#max_total_instances ⇒ ::Integer
Maximum number of instances that should be started to handle requests for this version.
-
#min_idle_instances ⇒ ::Integer
Minimum number of idle instances that should be maintained for this version.
-
#min_pending_latency ⇒ ::Google::Protobuf::Duration
Minimum amount of time a request should wait in the pending queue before starting a new instance to handle it.
-
#min_total_instances ⇒ ::Integer
Minimum number of running instances that should be maintained for this version.
-
#network_utilization ⇒ ::Google::Cloud::AppEngine::V1::NetworkUtilization
Target scaling by network usage.
-
#request_utilization ⇒ ::Google::Cloud::AppEngine::V1::RequestUtilization
Target scaling by request utilization.
-
#standard_scheduler_settings ⇒ ::Google::Cloud::AppEngine::V1::StandardSchedulerSettings
Scheduler settings for standard environment.
Instance Attribute Details
#cool_down_period ⇒ ::Google::Protobuf::Duration
Returns The time period that the Autoscaler should wait before it starts collecting information from a new instance. This prevents the autoscaler from collecting information when the instance is initializing, during which the collected usage would not be reliable. Only applicable in the App Engine flexible environment.
357 358 359 360 |
# File 'proto_docs/google/appengine/v1/version.rb', line 357 class AutomaticScaling include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#cpu_utilization ⇒ ::Google::Cloud::AppEngine::V1::CpuUtilization
Returns Target scaling by CPU usage.
357 358 359 360 |
# File 'proto_docs/google/appengine/v1/version.rb', line 357 class AutomaticScaling include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#disk_utilization ⇒ ::Google::Cloud::AppEngine::V1::DiskUtilization
Returns Target scaling by disk usage.
357 358 359 360 |
# File 'proto_docs/google/appengine/v1/version.rb', line 357 class AutomaticScaling include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#max_concurrent_requests ⇒ ::Integer
Returns Number of concurrent requests an automatic scaling instance can accept before the scheduler spawns a new instance.
Defaults to a runtime-specific value.
357 358 359 360 |
# File 'proto_docs/google/appengine/v1/version.rb', line 357 class AutomaticScaling include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#max_idle_instances ⇒ ::Integer
Returns Maximum number of idle instances that should be maintained for this version.
357 358 359 360 |
# File 'proto_docs/google/appengine/v1/version.rb', line 357 class AutomaticScaling include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#max_pending_latency ⇒ ::Google::Protobuf::Duration
Returns Maximum amount of time that a request should wait in the pending queue before starting a new instance to handle it.
357 358 359 360 |
# File 'proto_docs/google/appengine/v1/version.rb', line 357 class AutomaticScaling include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#max_total_instances ⇒ ::Integer
Returns Maximum number of instances that should be started to handle requests for this version.
357 358 359 360 |
# File 'proto_docs/google/appengine/v1/version.rb', line 357 class AutomaticScaling include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#min_idle_instances ⇒ ::Integer
Returns Minimum number of idle instances that should be maintained for this version. Only applicable for the default version of a service.
357 358 359 360 |
# File 'proto_docs/google/appengine/v1/version.rb', line 357 class AutomaticScaling include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#min_pending_latency ⇒ ::Google::Protobuf::Duration
Returns Minimum amount of time a request should wait in the pending queue before starting a new instance to handle it.
357 358 359 360 |
# File 'proto_docs/google/appengine/v1/version.rb', line 357 class AutomaticScaling include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#min_total_instances ⇒ ::Integer
Returns Minimum number of running instances that should be maintained for this version.
357 358 359 360 |
# File 'proto_docs/google/appengine/v1/version.rb', line 357 class AutomaticScaling include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#network_utilization ⇒ ::Google::Cloud::AppEngine::V1::NetworkUtilization
Returns Target scaling by network usage.
357 358 359 360 |
# File 'proto_docs/google/appengine/v1/version.rb', line 357 class AutomaticScaling include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#request_utilization ⇒ ::Google::Cloud::AppEngine::V1::RequestUtilization
Returns Target scaling by request utilization.
357 358 359 360 |
# File 'proto_docs/google/appengine/v1/version.rb', line 357 class AutomaticScaling include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#standard_scheduler_settings ⇒ ::Google::Cloud::AppEngine::V1::StandardSchedulerSettings
Returns Scheduler settings for standard environment.
357 358 359 360 |
# File 'proto_docs/google/appengine/v1/version.rb', line 357 class AutomaticScaling include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |