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

Inherits:
Object
  • Object
show all
Defined in:
lib/google/cloud/dataproc/v1/doc/google/cloud/dataproc/v1/autoscaling_policies.rb

Overview

Basic algorithm for autoscaling.

Instance Attribute Summary collapse

Instance Attribute Details

#cooldown_periodGoogle::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.



60
# File 'lib/google/cloud/dataproc/v1/doc/google/cloud/dataproc/v1/autoscaling_policies.rb', line 60

class BasicAutoscalingAlgorithm; end

#yarn_configGoogle::Cloud::Dataproc::V1::BasicYarnAutoscalingConfig

Returns Required. YARN autoscaling configuration.

Returns:



60
# File 'lib/google/cloud/dataproc/v1/doc/google/cloud/dataproc/v1/autoscaling_policies.rb', line 60

class BasicAutoscalingAlgorithm; end