Class GceClusterConfig (0.8.2)

Common config settings for resources of Compute Engine cluster instances, applicable to all instances in the cluster. .. attribute:: zone_uri

Optional. The zone where the Compute Engine cluster will be located. On a create request, it is required in the “global” region. If omitted in a non-global Dataproc region, the service will pick a zone in the corresponding Compute Engine region. On a get request, zone will always be present. A full URL, partial URI, or short name are valid. Examples: - htt ps://www.googleapis.com/compute/v1/projects/[project_id]/zones /[zone] - projects/[project_id]/zones/[zone] - us- central1-f

Optional. The Compute Engine subnetwork to be used for machine communications. Cannot be specified with network_uri. A full URL, partial URI, or short name are valid. Examples: - htt ps://www.googleapis.com/compute/v1/projects/[project_id]/regio ns/us-east1/subnetworks/sub0 - projects/[project_id]/regions/us-east1/subnetworks/sub0 - sub0

Optional. The Dataproc service account <https://cloud.google.com/dataproc/docs/concepts/configuring- clusters/service- accounts#service_accounts_in_cloud_dataproc> (also see VM Data Plane identity <https://cloud.google.com/dataproc/docs/concepts/iam/dataproc- principals#vm_service_account_data_plane_identity>) used by Dataproc cluster VM instances to access Google Cloud Platform services. If not specified, the Compute Engine default service account <https://cloud.google.com/compute/docs/access/service- accounts#default_service_account>__ is used.

The Compute Engine tags to add to all instances (see Tagging instances <https://cloud.google.com/compute/docs/label-or-tag- resources#tags>__).

Optional. Reservation Affinity for consuming Zonal reservation.

Classes

MetadataEntry

API documentation for dataproc_v1.types.GceClusterConfig.MetadataEntry class.