Class: Google::Cloud::Dataproc::V1beta2::BasicAutoscalingAlgorithm
- Inherits:
-
Object
- Object
- Google::Cloud::Dataproc::V1beta2::BasicAutoscalingAlgorithm
- Defined in:
- lib/google/cloud/dataproc/v1beta2/doc/google/cloud/dataproc/v1beta2/autoscaling_policies.rb
Overview
Basic algorithm for autoscaling.
Instance Attribute Summary collapse
-
#cooldown_period ⇒ Google::Protobuf::Duration
Optional.
-
#yarn_config ⇒ Google::Cloud::Dataproc::V1beta2::BasicYarnAutoscalingConfig
Required.
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.
60 |
# File 'lib/google/cloud/dataproc/v1beta2/doc/google/cloud/dataproc/v1beta2/autoscaling_policies.rb', line 60 class BasicAutoscalingAlgorithm; end |
#yarn_config ⇒ Google::Cloud::Dataproc::V1beta2::BasicYarnAutoscalingConfig
Returns Required. YARN autoscaling configuration.
60 |
# File 'lib/google/cloud/dataproc/v1beta2/doc/google/cloud/dataproc/v1beta2/autoscaling_policies.rb', line 60 class BasicAutoscalingAlgorithm; end |