public sealed class GkeNodePoolConfig.Types.GkeNodePoolAutoscalingConfig : IMessage<GkeNodePoolConfig.Types.GkeNodePoolAutoscalingConfig>, IEquatable<GkeNodePoolConfig.Types.GkeNodePoolAutoscalingConfig>, IDeepCloneable<GkeNodePoolConfig.Types.GkeNodePoolAutoscalingConfig>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Dataproc v1 API class GkeNodePoolConfig.Types.GkeNodePoolAutoscalingConfig.
GkeNodePoolAutoscaling contains information the cluster autoscaler needs to adjust the size of the node pool to the current cluster usage.
Implements
IMessageGkeNodePoolConfigTypesGkeNodePoolAutoscalingConfig, IEquatableGkeNodePoolConfigTypesGkeNodePoolAutoscalingConfig, IDeepCloneableGkeNodePoolConfigTypesGkeNodePoolAutoscalingConfig, IBufferMessage, IMessageNamespace
Google.Cloud.Dataproc.V1Assembly
Google.Cloud.Dataproc.V1.dll
Constructors
GkeNodePoolAutoscalingConfig()
public GkeNodePoolAutoscalingConfig()
GkeNodePoolAutoscalingConfig(GkeNodePoolAutoscalingConfig)
public GkeNodePoolAutoscalingConfig(GkeNodePoolConfig.Types.GkeNodePoolAutoscalingConfig other)
Parameter | |
---|---|
Name | Description |
other |
GkeNodePoolConfigTypesGkeNodePoolAutoscalingConfig |
Properties
MaxNodeCount
public int MaxNodeCount { get; set; }
The maximum number of nodes in the node pool. Must be >= min_node_count, and must be > 0. Note: Quota must be sufficient to scale up the cluster.
Property Value | |
---|---|
Type | Description |
int |
MinNodeCount
public int MinNodeCount { get; set; }
The minimum number of nodes in the node pool. Must be >= 0 and <= max_node_count.
Property Value | |
---|---|
Type | Description |
int |