Common config settings for resources of Compute Engine cluster instances, applicable to all instances in the cluster.
Optional. The Compute Engine network to be used for machine
communications. Cannot be specified with subnetwork_uri. If
neither network_uri
nor subnetwork_uri
is specified,
the “default” network of the project is used, if it exists.
Cannot be a “Custom Subnet Network” (see Using Subnetworks
<https://cloud.google.com/compute/docs/subnetworks>
__ for
more information). A full URL, partial URI, or short name are
valid. Examples: - https://www.googleapis.com/compute/v1/p
rojects/[project_id]/regions/global/default
-
projects/[project_id]/regions/global/default
-
default
Optional. If true, all instances in the cluster will only have
internal IP addresses. By default, clusters are not restricted
to internal IP addresses, and will have ephemeral external IP
addresses assigned to each instance. This internal_ip_only
restriction can only be enabled for subnetwork enabled
networks, and all off-cluster dependencies must be configured
to be accessible without external IP addresses.
Optional. The URIs of service account scopes to be included in Compute Engine instances. The following base set of scopes is always included: - https://www.googleapis.com/auth/cloud.useraccounts.readonly - https://www.googleapis.com/auth/devstorage.read_write - https://www.googleapis.com/auth/logging.write If no scopes are specified, the following defaults are also provided: - https://www.googleapis.com/auth/bigquery - https://www.googleapis.com/auth/bigtable.admin.table - https://www.googleapis.com/auth/bigtable.data - https://www.googleapis.com/auth/devstorage.full_control
The Compute Engine metadata entries to add to all instances
(see Project and instance metadata
<https://cloud.google.com/compute/docs/storing-retrieving-
metadata#project_and_instance_metadata>
__).
Classes
MetadataEntry
API documentation for dataproc_v1.types.GceClusterConfig.MetadataEntry
class.