Class: Google::Cloud::AppEngine::V1::AutomaticScaling

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

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.

Returns:

  • (::Google::Protobuf::Duration)

    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.

Returns:



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.

Returns:



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.

Returns:

  • (::Integer)

    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.

Returns:

  • (::Integer)

    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.

Returns:

  • (::Google::Protobuf::Duration)

    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.

Returns:

  • (::Integer)

    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.

Returns:

  • (::Integer)

    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.

Returns:

  • (::Google::Protobuf::Duration)

    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.

Returns:

  • (::Integer)

    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.

Returns:



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.

Returns:



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.

Returns:



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