Class: Google::Cloud::Dataflow::V1beta3::AutoscalingSettings

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/dataflow/v1beta3/environment.rb

Overview

Settings for WorkerPool autoscaling.

Instance Attribute Summary collapse

Instance Attribute Details

#algorithm::Google::Cloud::Dataflow::V1beta3::AutoscalingAlgorithm

Returns The algorithm to use for autoscaling.

Returns:



319
320
321
322
# File 'proto_docs/google/dataflow/v1beta3/environment.rb', line 319

class AutoscalingSettings
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#max_num_workers::Integer

Returns The maximum number of workers to cap scaling at.

Returns:

  • (::Integer)

    The maximum number of workers to cap scaling at.



319
320
321
322
# File 'proto_docs/google/dataflow/v1beta3/environment.rb', line 319

class AutoscalingSettings
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end