public interface NodeGroupAutoscalingPolicyOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
int |
getMaxNodes()
The maximum number of nodes that the group should have.
|
int |
getMinNodes()
The minimum number of nodes that the group should have.
|
String |
getMode()
The autoscaling mode.
|
com.google.protobuf.ByteString |
getModeBytes()
The autoscaling mode.
|
boolean |
hasMaxNodes()
The maximum number of nodes that the group should have.
|
boolean |
hasMinNodes()
The minimum number of nodes that the group should have.
|
boolean |
hasMode()
The autoscaling mode.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasMaxNodes()
The maximum number of nodes that the group should have. Must be set if autoscaling is enabled. Maximum value allowed is 100.
optional int32 max_nodes = 297762838;int getMaxNodes()
The maximum number of nodes that the group should have. Must be set if autoscaling is enabled. Maximum value allowed is 100.
optional int32 max_nodes = 297762838;boolean hasMinNodes()
The minimum number of nodes that the group should have.
optional int32 min_nodes = 533370500;int getMinNodes()
The minimum number of nodes that the group should have.
optional int32 min_nodes = 533370500;boolean hasMode()
The autoscaling mode. Set to one of: ON, OFF, or ONLY_SCALE_OUT. For more information, see Autoscaler modes. Check the Mode enum for the list of possible values.
optional string mode = 3357091;String getMode()
The autoscaling mode. Set to one of: ON, OFF, or ONLY_SCALE_OUT. For more information, see Autoscaler modes. Check the Mode enum for the list of possible values.
optional string mode = 3357091;com.google.protobuf.ByteString getModeBytes()
The autoscaling mode. Set to one of: ON, OFF, or ONLY_SCALE_OUT. For more information, see Autoscaler modes. Check the Mode enum for the list of possible values.
optional string mode = 3357091;Copyright © 2023 Google LLC. All rights reserved.