VirtualClusterConfig class
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).
Constructors
- VirtualClusterConfig({AuxiliaryServicesConfig? auxiliaryServicesConfig, KubernetesClusterConfig? kubernetesClusterConfig, String? stagingBucket})
- VirtualClusterConfig.fromJson(Map json_)
Properties
- auxiliaryServicesConfig ↔ AuxiliaryServicesConfig?
-
Configuration of auxiliary services used by this cluster.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- kubernetesClusterConfig ↔ KubernetesClusterConfig?
-
The configuration for running the Dataproc cluster on Kubernetes.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- stagingBucket ↔ String?
-
A Cloud Storage bucket used to stage job dependencies, config files, and
job driver console output.
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited