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

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

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






GkeNodePoolTarget (Cloud Dataproc API v1-rev20240605-2.0.0)












com.google.api.services.dataproc.model

Class GkeNodePoolTarget

    • Constructor Detail

      • GkeNodePoolTarget

        public GkeNodePoolTarget()
    • Method Detail

      • getNodePool

        public String getNodePool()
        Required. The target GKE node pool. Format: 'projects/{project}/locations/{location}/clusters/{cluster}/nodePools/{node_pool}'
        Returns:
        value or null for none
      • setNodePool

        public GkeNodePoolTarget setNodePool(String nodePool)
        Required. The target GKE node pool. Format: 'projects/{project}/locations/{location}/clusters/{cluster}/nodePools/{node_pool}'
        Parameters:
        nodePool - nodePool or null for none
      • getNodePoolConfig

        public GkeNodePoolConfig getNodePoolConfig()
        Input only. The configuration for the GKE node pool.If specified, Dataproc attempts to create a node pool with the specified shape. If one with the same name already exists, it is verified against all specified fields. If a field differs, the virtual cluster creation will fail.If omitted, any node pool with the specified name is used. If a node pool with the specified name does not exist, Dataproc create a node pool with default values.This is an input only field. It will not be returned by the API.
        Returns:
        value or null for none
      • setNodePoolConfig

        public GkeNodePoolTarget setNodePoolConfig(GkeNodePoolConfig nodePoolConfig)
        Input only. The configuration for the GKE node pool.If specified, Dataproc attempts to create a node pool with the specified shape. If one with the same name already exists, it is verified against all specified fields. If a field differs, the virtual cluster creation will fail.If omitted, any node pool with the specified name is used. If a node pool with the specified name does not exist, Dataproc create a node pool with default values.This is an input only field. It will not be returned by the API.
        Parameters:
        nodePoolConfig - nodePoolConfig or null for none
      • getRoles

        public List<String> getRoles()
        Required. The roles associated with the GKE node pool.
        Returns:
        value or null for none
      • setRoles

        public GkeNodePoolTarget setRoles(List<String> roles)
        Required. The roles associated with the GKE node pool.
        Parameters:
        roles - roles or null for none
      • clone

        public GkeNodePoolTarget clone()
        Overrides:
        clone in class com.google.api.client.json.GenericJson

Copyright © 2011–2024 Google. All rights reserved.





© 2015 - 2025 Weber Informatics LLC | Privacy Policy