public interface BasicAutoscalingAlgorithmOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
BasicAutoscalingAlgorithm.ConfigCase |
getConfigCase() |
Duration |
getCooldownPeriod()
Optional.
|
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, hasOneof
isInitialized
boolean 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];
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];
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 © 2022 Google LLC. All rights reserved.