Class: Google::Cloud::Dataproc::V1::BasicAutoscalingAlgorithm

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/dataproc/v1/autoscaling_policies.rb

Overview

Basic algorithm for autoscaling.

Instance Attribute Summary collapse

Instance Attribute Details

#cooldown_period::Google::Protobuf::Duration

Returns Optional. Duration between scaling events. A scaling period starts after the update operation from the previous event has completed.

Bounds: [2m, 1d]. Default: 2m.

Returns:

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

    Optional. Duration between scaling events. A scaling period starts after the update operation from the previous event has completed.

    Bounds: [2m, 1d]. Default: 2m.



85
86
87
88
# File 'proto_docs/google/cloud/dataproc/v1/autoscaling_policies.rb', line 85

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

#yarn_config::Google::Cloud::Dataproc::V1::BasicYarnAutoscalingConfig

Returns Required. YARN autoscaling configuration.

Returns:



85
86
87
88
# File 'proto_docs/google/cloud/dataproc/v1/autoscaling_policies.rb', line 85

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