virtualClusterConfig property

VirtualClusterConfig? virtualClusterConfig
getter/setter pair

The virtual cluster config is used when creating a Dataproc cluster that does not directly control the underlying compute resources, for example, when creating a Dataproc-on-GKE cluster (https://cloud.google.com/dataproc/docs/guides/dpgke/dataproc-gke-overview).

Dataproc may set default values, and values may change when clusters are updated. Exactly one of config or virtual_cluster_config must be specified.

Optional.

Implementation

VirtualClusterConfig? virtualClusterConfig;