public static interface ResourcePool.AutoscalingSpecOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
long |
getMaxReplicaCount()
Optional.
|
long |
getMinReplicaCount()
Optional.
|
boolean |
hasMaxReplicaCount()
Optional.
|
boolean |
hasMinReplicaCount()
Optional.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasMinReplicaCount()
Optional. min replicas in the node pool, must be ≤ replica_count and < max_replica_count or will throw error
optional int64 min_replica_count = 1 [(.google.api.field_behavior) = OPTIONAL];long getMinReplicaCount()
Optional. min replicas in the node pool, must be ≤ replica_count and < max_replica_count or will throw error
optional int64 min_replica_count = 1 [(.google.api.field_behavior) = OPTIONAL];boolean hasMaxReplicaCount()
Optional. max replicas in the node pool, must be ≥ replica_count and > min_replica_count or will throw error
optional int64 max_replica_count = 2 [(.google.api.field_behavior) = OPTIONAL];long getMaxReplicaCount()
Optional. max replicas in the node pool, must be ≥ replica_count and > min_replica_count or will throw error
optional int64 max_replica_count = 2 [(.google.api.field_behavior) = OPTIONAL];Copyright © 2024 Google LLC. All rights reserved.