Google Cloud Dataproc v1 API - Class GkeNodePoolConfig.Types.GkeNodePoolAutoscalingConfig (5.10.0)

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.

Inheritance

object > GkeNodePoolConfig.Types.GkeNodePoolAutoscalingConfig

Namespace

Google.Cloud.Dataproc.V1

Assembly

Google.Cloud.Dataproc.V1.dll

Constructors

GkeNodePoolAutoscalingConfig()

public GkeNodePoolAutoscalingConfig()

GkeNodePoolAutoscalingConfig(GkeNodePoolAutoscalingConfig)

public GkeNodePoolAutoscalingConfig(GkeNodePoolConfig.Types.GkeNodePoolAutoscalingConfig other)
Parameter
NameDescription
otherGkeNodePoolConfigTypesGkeNodePoolAutoscalingConfig

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
TypeDescription
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
TypeDescription
int