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

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.

Inheritance

Object > GkeNodePoolConfig.Types.GkeNodePoolAutoscalingConfig

Namespace

Google.Cloud.Dataproc.V1

Assembly

Google.Cloud.Dataproc.V1.dll

Constructors

GkeNodePoolAutoscalingConfig()

public GkeNodePoolAutoscalingConfig()

GkeNodePoolAutoscalingConfig(GkeNodePoolConfig.Types.GkeNodePoolAutoscalingConfig)

public GkeNodePoolAutoscalingConfig(GkeNodePoolConfig.Types.GkeNodePoolAutoscalingConfig other)
Parameter
NameDescription
otherGkeNodePoolConfig.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
TypeDescription
Int32

MinNodeCount

public int MinNodeCount { get; set; }

The minimum number of nodes in the NodePool. Must be >= 0 and <= max_node_count.

Property Value
TypeDescription
Int32