public interface BasicAutoscalingAlgorithmOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
BasicAutoscalingAlgorithm.ConfigCase |
getConfigCase() |
com.google.protobuf.Duration |
getCooldownPeriod()
Optional.
|
com.google.protobuf.DurationOrBuilder |
getCooldownPeriodOrBuilder()
Optional.
|
BasicYarnAutoscalingConfig |
getYarnConfig()
Required.
|
BasicYarnAutoscalingConfigOrBuilder |
getYarnConfigOrBuilder()
Required.
|
boolean |
hasCooldownPeriod()
Optional.
|
boolean |
hasYarnConfig()
Required.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasYarnConfig()
Required. YARN autoscaling configuration.
.google.cloud.dataproc.v1.BasicYarnAutoscalingConfig yarn_config = 1 [(.google.api.field_behavior) = REQUIRED];
BasicYarnAutoscalingConfig getYarnConfig()
Required. YARN autoscaling configuration.
.google.cloud.dataproc.v1.BasicYarnAutoscalingConfig yarn_config = 1 [(.google.api.field_behavior) = REQUIRED];
BasicYarnAutoscalingConfigOrBuilder getYarnConfigOrBuilder()
Required. YARN autoscaling configuration.
.google.cloud.dataproc.v1.BasicYarnAutoscalingConfig yarn_config = 1 [(.google.api.field_behavior) = REQUIRED];
boolean hasCooldownPeriod()
Optional. Duration between scaling events. A scaling period starts after the update operation from the previous event has completed. Bounds: [2m, 1d]. Default: 2m.
.google.protobuf.Duration cooldown_period = 2 [(.google.api.field_behavior) = OPTIONAL];
com.google.protobuf.Duration getCooldownPeriod()
Optional. Duration between scaling events. A scaling period starts after the update operation from the previous event has completed. Bounds: [2m, 1d]. Default: 2m.
.google.protobuf.Duration cooldown_period = 2 [(.google.api.field_behavior) = OPTIONAL];
com.google.protobuf.DurationOrBuilder getCooldownPeriodOrBuilder()
Optional. Duration between scaling events. A scaling period starts after the update operation from the previous event has completed. Bounds: [2m, 1d]. Default: 2m.
.google.protobuf.Duration cooldown_period = 2 [(.google.api.field_behavior) = OPTIONAL];
BasicAutoscalingAlgorithm.ConfigCase getConfigCase()
Copyright © 2024 Google LLC. All rights reserved.