public sealed class 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
IMessage<GkeNodePoolConfig.Types.GkeNodePoolAutoscalingConfig>, IEquatable<GkeNodePoolConfig.Types.GkeNodePoolAutoscalingConfig>, IDeepCloneable<GkeNodePoolConfig.Types.GkeNodePoolAutoscalingConfig>, IBufferMessage, IMessageNamespace
Google.Cloud.Dataproc.V1Assembly
Google.Cloud.Dataproc.V1.dll
Constructors
GkeNodePoolAutoscalingConfig()
public GkeNodePoolAutoscalingConfig()
GkeNodePoolAutoscalingConfig(GkeNodePoolConfig.Types.GkeNodePoolAutoscalingConfig)
public GkeNodePoolAutoscalingConfig(GkeNodePoolConfig.Types.GkeNodePoolAutoscalingConfig other)
Parameter | |
---|---|
Name | Description |
other | GkeNodePoolConfig.Types.GkeNodePoolAutoscalingConfig |
Properties
MaxNodeCount
public int MaxNodeCount { get; set; }
The maximum number of nodes in the NodePool. Must be >= min_node_count. Note: Quota must be sufficient to scale up the cluster.
Property Value | |
---|---|
Type | Description |
Int32 |
MinNodeCount
public int MinNodeCount { get; set; }
The minimum number of nodes in the NodePool. Must be >= 0 and <= max_node_count.
Property Value | |
---|---|
Type | Description |
Int32 |