Class GkeNodePoolAutoscalingConfig
GkeNodePoolAutoscaling contains information the cluster autoscaler needs to adjust the size of the node pool to the current cluster usage.
Implements
Inherited Members
Namespace: Google.Apis.Dataproc.v1.Data
Assembly: Google.Apis.Dataproc.v1.dll
Syntax
public class GkeNodePoolAutoscalingConfig : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
MaxNodeCount
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.
Declaration
[JsonProperty("maxNodeCount")]
public virtual int? MaxNodeCount { get; set; }
Property Value
Type | Description |
---|---|
int? |
MinNodeCount
The minimum number of nodes in the node pool. Must be >= 0 and <= max_node_count.
Declaration
[JsonProperty("minNodeCount")]
public virtual int? MinNodeCount { get; set; }
Property Value
Type | Description |
---|---|
int? |