All Downloads are FREE. Search and download functionalities are using the official Maven repository.

target.apidocs.com.google.api.services.dataproc.model.GkeNodePoolAutoscalingConfig.html Maven / Gradle / Ivy

There is a newer version: v1-rev20241025-2.0.0
Show newest version






GkeNodePoolAutoscalingConfig (Cloud Dataproc API v1-rev20240605-2.0.0)












com.google.api.services.dataproc.model

Class GkeNodePoolAutoscalingConfig

  • All Implemented Interfaces:
    Cloneable, Map<String,Object>


    public final class GkeNodePoolAutoscalingConfig
    extends com.google.api.client.json.GenericJson
    GkeNodePoolAutoscaling contains information the cluster autoscaler needs to adjust the size of the node pool to the current cluster usage.

    This is the Java data model class that specifies how to parse/serialize into the JSON that is transmitted over HTTP when working with the Cloud Dataproc API. For a detailed explanation see: https://developers.google.com/api-client-library/java/google-http-java-client/json

    Author:
    Google, Inc.
    • Constructor Detail

      • GkeNodePoolAutoscalingConfig

        public GkeNodePoolAutoscalingConfig()
    • Method Detail

      • getMaxNodeCount

        public Integer getMaxNodeCount()
        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.
        Returns:
        value or null for none
      • setMaxNodeCount

        public GkeNodePoolAutoscalingConfig setMaxNodeCount(Integer 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.
        Parameters:
        maxNodeCount - maxNodeCount or null for none
      • getMinNodeCount

        public Integer getMinNodeCount()
        The minimum number of nodes in the node pool. Must be >= 0 and <= max_node_count.
        Returns:
        value or null for none
      • setMinNodeCount

        public GkeNodePoolAutoscalingConfig setMinNodeCount(Integer minNodeCount)
        The minimum number of nodes in the node pool. Must be >= 0 and <= max_node_count.
        Parameters:
        minNodeCount - minNodeCount or null for none

Copyright © 2011–2024 Google. All rights reserved.





© 2015 - 2025 Weber Informatics LLC | Privacy Policy