Show / Hide Table of Contents

Class VirtualClusterConfig

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).

Inheritance
object
VirtualClusterConfig
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Dataproc.v1.Data
Assembly: Google.Apis.Dataproc.v1.dll
Syntax
public class VirtualClusterConfig : IDirectResponseSchema

Properties

AuxiliaryServicesConfig

Optional. Configuration of auxiliary services used by this cluster.

Declaration
[JsonProperty("auxiliaryServicesConfig")]
public virtual AuxiliaryServicesConfig AuxiliaryServicesConfig { get; set; }
Property Value
Type Description
AuxiliaryServicesConfig

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

KubernetesClusterConfig

Required. The configuration for running the Dataproc cluster on Kubernetes.

Declaration
[JsonProperty("kubernetesClusterConfig")]
public virtual KubernetesClusterConfig KubernetesClusterConfig { get; set; }
Property Value
Type Description
KubernetesClusterConfig

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.

Declaration
[JsonProperty("stagingBucket")]
public virtual string StagingBucket { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX