public sealed class VirtualClusterConfig : IMessage<VirtualClusterConfig>, IEquatable<VirtualClusterConfig>, IDeepCloneable<VirtualClusterConfig>, IBufferMessage, IMessageReference documentation and code samples for the Google Cloud Dataproc v1 API 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.
Implements
IMessageVirtualClusterConfig, IEquatableVirtualClusterConfig, IDeepCloneableVirtualClusterConfig, IBufferMessage, IMessageNamespace
Google.Cloud.Dataproc.V1Assembly
Google.Cloud.Dataproc.V1.dll
Constructors
VirtualClusterConfig()
public VirtualClusterConfig()VirtualClusterConfig(VirtualClusterConfig)
public VirtualClusterConfig(VirtualClusterConfig other)| Parameter | |
|---|---|
| Name | Description |
other |
VirtualClusterConfig |
Properties
AuxiliaryServicesConfig
public AuxiliaryServicesConfig AuxiliaryServicesConfig { get; set; }Optional. Configuration of auxiliary services used by this cluster.
| Property Value | |
|---|---|
| Type | Description |
AuxiliaryServicesConfig |
|
InfrastructureConfigCase
public VirtualClusterConfig.InfrastructureConfigOneofCase InfrastructureConfigCase { get; }| Property Value | |
|---|---|
| Type | Description |
VirtualClusterConfigInfrastructureConfigOneofCase |
|
KubernetesClusterConfig
public KubernetesClusterConfig KubernetesClusterConfig { get; set; }Required. The configuration for running the Dataproc cluster on Kubernetes.
| Property Value | |
|---|---|
| Type | Description |
KubernetesClusterConfig |
|
StagingBucket
public string StagingBucket { get; set; }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).
This field requires a Cloud Storage bucket name, not a gs://... URI to
a Cloud Storage bucket.
| Property Value | |
|---|---|
| Type | Description |
string |
|