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

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

The newest version!






VirtualClusterConfig (Cloud Dataproc API v1-rev20241025-2.0.0)












com.google.api.services.dataproc.model

Class VirtualClusterConfig

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


    public final class VirtualClusterConfig
    extends com.google.api.client.json.GenericJson
    The Dataproc cluster config for a cluster that does not directly control the underlying compute resources, such as a Dataproc-on-GKE cluster (https://cloud.google.com/dataproc/docs/guides/dpgke/dataproc-gke-overview).

    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

      • VirtualClusterConfig

        public VirtualClusterConfig()
    • Method Detail

      • getAuxiliaryServicesConfig

        public AuxiliaryServicesConfig getAuxiliaryServicesConfig()
        Optional. Configuration of auxiliary services used by this cluster.
        Returns:
        value or null for none
      • setAuxiliaryServicesConfig

        public VirtualClusterConfig setAuxiliaryServicesConfig(AuxiliaryServicesConfig auxiliaryServicesConfig)
        Optional. Configuration of auxiliary services used by this cluster.
        Parameters:
        auxiliaryServicesConfig - auxiliaryServicesConfig or null for none
      • getKubernetesClusterConfig

        public KubernetesClusterConfig getKubernetesClusterConfig()
        Required. The configuration for running the Dataproc cluster on Kubernetes.
        Returns:
        value or null for none
      • setKubernetesClusterConfig

        public VirtualClusterConfig setKubernetesClusterConfig(KubernetesClusterConfig kubernetesClusterConfig)
        Required. The configuration for running the Dataproc cluster on Kubernetes.
        Parameters:
        kubernetesClusterConfig - kubernetesClusterConfig or null for none
      • getStagingBucket

        public String getStagingBucket()
        Optional. A Cloud Storage bucket used to stage job dependencies, config files, and job driver console output. If you do not specify a staging bucket, Cloud Dataproc will determine a Cloud Storage location (US, ASIA, or EU) for your cluster's staging bucket according to the Compute Engine zone where your cluster is deployed, and then create and manage this project-level, per- location bucket (see Dataproc staging and temp buckets (https://cloud.google.com/dataproc/docs/concepts/configuring-clusters/staging-bucket)). This field requires a Cloud Storage bucket name, not a gs://... URI to a Cloud Storage bucket.
        Returns:
        value or null for none
      • setStagingBucket

        public VirtualClusterConfig setStagingBucket(String stagingBucket)
        Optional. A Cloud Storage bucket used to stage job dependencies, config files, and job driver console output. If you do not specify a staging bucket, Cloud Dataproc will determine a Cloud Storage location (US, ASIA, or EU) for your cluster's staging bucket according to the Compute Engine zone where your cluster is deployed, and then create and manage this project-level, per- location bucket (see Dataproc staging and temp buckets (https://cloud.google.com/dataproc/docs/concepts/configuring-clusters/staging-bucket)). This field requires a Cloud Storage bucket name, not a gs://... URI to a Cloud Storage bucket.
        Parameters:
        stagingBucket - stagingBucket or null for none
      • clone

        public VirtualClusterConfig 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