Class: Google::Cloud::Dataproc::V1::GceClusterConfig
- Inherits:
-
Object
- Object
- Google::Cloud::Dataproc::V1::GceClusterConfig
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/dataproc/v1/clusters.rb
Overview
Common config settings for resources of Compute Engine cluster instances, applicable to all instances in the cluster.
Defined Under Namespace
Modules: PrivateIpv6GoogleAccess Classes: MetadataEntry
Instance Attribute Summary collapse
-
#confidential_instance_config ⇒ ::Google::Cloud::Dataproc::V1::ConfidentialInstanceConfig
Optional.
-
#internal_ip_only ⇒ ::Boolean
Optional.
-
#metadata ⇒ ::Google::Protobuf::Map{::String => ::String}
Optional.
-
#network_uri ⇒ ::String
Optional.
-
#node_group_affinity ⇒ ::Google::Cloud::Dataproc::V1::NodeGroupAffinity
Optional.
-
#private_ipv6_google_access ⇒ ::Google::Cloud::Dataproc::V1::GceClusterConfig::PrivateIpv6GoogleAccess
Optional.
-
#reservation_affinity ⇒ ::Google::Cloud::Dataproc::V1::ReservationAffinity
Optional.
-
#service_account ⇒ ::String
Optional.
-
#service_account_scopes ⇒ ::Array<::String>
Optional.
-
#shielded_instance_config ⇒ ::Google::Cloud::Dataproc::V1::ShieldedInstanceConfig
Optional.
-
#subnetwork_uri ⇒ ::String
Optional.
-
#tags ⇒ ::Array<::String>
The Compute Engine tags to add to all instances (see Tagging instances).
-
#zone_uri ⇒ ::String
Optional.
Instance Attribute Details
#confidential_instance_config ⇒ ::Google::Cloud::Dataproc::V1::ConfidentialInstanceConfig
Returns Optional. Confidential Instance Config for clusters using Confidential VMs.
374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 |
# File 'proto_docs/google/cloud/dataproc/v1/clusters.rb', line 374 class GceClusterConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class MetadataEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end # `PrivateIpv6GoogleAccess` controls whether and how Dataproc cluster nodes # can communicate with Google Services through gRPC over IPv6. # These values are directly mapped to corresponding values in the # [Compute Engine Instance # fields](https://cloud.google.com/compute/docs/reference/rest/v1/instances). module PrivateIpv6GoogleAccess # If unspecified, Compute Engine default behavior will apply, which # is the same as # {::Google::Cloud::Dataproc::V1::GceClusterConfig::PrivateIpv6GoogleAccess::INHERIT_FROM_SUBNETWORK INHERIT_FROM_SUBNETWORK}. PRIVATE_IPV6_GOOGLE_ACCESS_UNSPECIFIED = 0 # Private access to and from Google Services configuration # inherited from the subnetwork configuration. This is the # default Compute Engine behavior. INHERIT_FROM_SUBNETWORK = 1 # Enables outbound private IPv6 access to Google Services from the Dataproc # cluster. OUTBOUND = 2 # Enables bidirectional private IPv6 access between Google Services and the # Dataproc cluster. BIDIRECTIONAL = 3 end end |
#internal_ip_only ⇒ ::Boolean
Returns 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.
374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 |
# File 'proto_docs/google/cloud/dataproc/v1/clusters.rb', line 374 class GceClusterConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class MetadataEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end # `PrivateIpv6GoogleAccess` controls whether and how Dataproc cluster nodes # can communicate with Google Services through gRPC over IPv6. # These values are directly mapped to corresponding values in the # [Compute Engine Instance # fields](https://cloud.google.com/compute/docs/reference/rest/v1/instances). module PrivateIpv6GoogleAccess # If unspecified, Compute Engine default behavior will apply, which # is the same as # {::Google::Cloud::Dataproc::V1::GceClusterConfig::PrivateIpv6GoogleAccess::INHERIT_FROM_SUBNETWORK INHERIT_FROM_SUBNETWORK}. PRIVATE_IPV6_GOOGLE_ACCESS_UNSPECIFIED = 0 # Private access to and from Google Services configuration # inherited from the subnetwork configuration. This is the # default Compute Engine behavior. INHERIT_FROM_SUBNETWORK = 1 # Enables outbound private IPv6 access to Google Services from the Dataproc # cluster. OUTBOUND = 2 # Enables bidirectional private IPv6 access between Google Services and the # Dataproc cluster. BIDIRECTIONAL = 3 end end |
#metadata ⇒ ::Google::Protobuf::Map{::String => ::String}
Returns Optional. The Compute Engine metadata entries to add to all instances (see Project and instance metadata).
374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 |
# File 'proto_docs/google/cloud/dataproc/v1/clusters.rb', line 374 class GceClusterConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class MetadataEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end # `PrivateIpv6GoogleAccess` controls whether and how Dataproc cluster nodes # can communicate with Google Services through gRPC over IPv6. # These values are directly mapped to corresponding values in the # [Compute Engine Instance # fields](https://cloud.google.com/compute/docs/reference/rest/v1/instances). module PrivateIpv6GoogleAccess # If unspecified, Compute Engine default behavior will apply, which # is the same as # {::Google::Cloud::Dataproc::V1::GceClusterConfig::PrivateIpv6GoogleAccess::INHERIT_FROM_SUBNETWORK INHERIT_FROM_SUBNETWORK}. PRIVATE_IPV6_GOOGLE_ACCESS_UNSPECIFIED = 0 # Private access to and from Google Services configuration # inherited from the subnetwork configuration. This is the # default Compute Engine behavior. INHERIT_FROM_SUBNETWORK = 1 # Enables outbound private IPv6 access to Google Services from the Dataproc # cluster. OUTBOUND = 2 # Enables bidirectional private IPv6 access between Google Services and the # Dataproc cluster. BIDIRECTIONAL = 3 end end |
#network_uri ⇒ ::String
Returns 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 for
more information).
A full URL, partial URI, or short name are valid. Examples:
https://www.googleapis.com/compute/v1/projects/[project_id]/global/networks/default
projects/[project_id]/global/networks/default
default
.
374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 |
# File 'proto_docs/google/cloud/dataproc/v1/clusters.rb', line 374 class GceClusterConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class MetadataEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end # `PrivateIpv6GoogleAccess` controls whether and how Dataproc cluster nodes # can communicate with Google Services through gRPC over IPv6. # These values are directly mapped to corresponding values in the # [Compute Engine Instance # fields](https://cloud.google.com/compute/docs/reference/rest/v1/instances). module PrivateIpv6GoogleAccess # If unspecified, Compute Engine default behavior will apply, which # is the same as # {::Google::Cloud::Dataproc::V1::GceClusterConfig::PrivateIpv6GoogleAccess::INHERIT_FROM_SUBNETWORK INHERIT_FROM_SUBNETWORK}. PRIVATE_IPV6_GOOGLE_ACCESS_UNSPECIFIED = 0 # Private access to and from Google Services configuration # inherited from the subnetwork configuration. This is the # default Compute Engine behavior. INHERIT_FROM_SUBNETWORK = 1 # Enables outbound private IPv6 access to Google Services from the Dataproc # cluster. OUTBOUND = 2 # Enables bidirectional private IPv6 access between Google Services and the # Dataproc cluster. BIDIRECTIONAL = 3 end end |
#node_group_affinity ⇒ ::Google::Cloud::Dataproc::V1::NodeGroupAffinity
Returns Optional. Node Group Affinity for sole-tenant clusters.
374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 |
# File 'proto_docs/google/cloud/dataproc/v1/clusters.rb', line 374 class GceClusterConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class MetadataEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end # `PrivateIpv6GoogleAccess` controls whether and how Dataproc cluster nodes # can communicate with Google Services through gRPC over IPv6. # These values are directly mapped to corresponding values in the # [Compute Engine Instance # fields](https://cloud.google.com/compute/docs/reference/rest/v1/instances). module PrivateIpv6GoogleAccess # If unspecified, Compute Engine default behavior will apply, which # is the same as # {::Google::Cloud::Dataproc::V1::GceClusterConfig::PrivateIpv6GoogleAccess::INHERIT_FROM_SUBNETWORK INHERIT_FROM_SUBNETWORK}. PRIVATE_IPV6_GOOGLE_ACCESS_UNSPECIFIED = 0 # Private access to and from Google Services configuration # inherited from the subnetwork configuration. This is the # default Compute Engine behavior. INHERIT_FROM_SUBNETWORK = 1 # Enables outbound private IPv6 access to Google Services from the Dataproc # cluster. OUTBOUND = 2 # Enables bidirectional private IPv6 access between Google Services and the # Dataproc cluster. BIDIRECTIONAL = 3 end end |
#private_ipv6_google_access ⇒ ::Google::Cloud::Dataproc::V1::GceClusterConfig::PrivateIpv6GoogleAccess
Returns Optional. The type of IPv6 access for a cluster.
374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 |
# File 'proto_docs/google/cloud/dataproc/v1/clusters.rb', line 374 class GceClusterConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class MetadataEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end # `PrivateIpv6GoogleAccess` controls whether and how Dataproc cluster nodes # can communicate with Google Services through gRPC over IPv6. # These values are directly mapped to corresponding values in the # [Compute Engine Instance # fields](https://cloud.google.com/compute/docs/reference/rest/v1/instances). module PrivateIpv6GoogleAccess # If unspecified, Compute Engine default behavior will apply, which # is the same as # {::Google::Cloud::Dataproc::V1::GceClusterConfig::PrivateIpv6GoogleAccess::INHERIT_FROM_SUBNETWORK INHERIT_FROM_SUBNETWORK}. PRIVATE_IPV6_GOOGLE_ACCESS_UNSPECIFIED = 0 # Private access to and from Google Services configuration # inherited from the subnetwork configuration. This is the # default Compute Engine behavior. INHERIT_FROM_SUBNETWORK = 1 # Enables outbound private IPv6 access to Google Services from the Dataproc # cluster. OUTBOUND = 2 # Enables bidirectional private IPv6 access between Google Services and the # Dataproc cluster. BIDIRECTIONAL = 3 end end |
#reservation_affinity ⇒ ::Google::Cloud::Dataproc::V1::ReservationAffinity
Returns Optional. Reservation Affinity for consuming Zonal reservation.
374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 |
# File 'proto_docs/google/cloud/dataproc/v1/clusters.rb', line 374 class GceClusterConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class MetadataEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end # `PrivateIpv6GoogleAccess` controls whether and how Dataproc cluster nodes # can communicate with Google Services through gRPC over IPv6. # These values are directly mapped to corresponding values in the # [Compute Engine Instance # fields](https://cloud.google.com/compute/docs/reference/rest/v1/instances). module PrivateIpv6GoogleAccess # If unspecified, Compute Engine default behavior will apply, which # is the same as # {::Google::Cloud::Dataproc::V1::GceClusterConfig::PrivateIpv6GoogleAccess::INHERIT_FROM_SUBNETWORK INHERIT_FROM_SUBNETWORK}. PRIVATE_IPV6_GOOGLE_ACCESS_UNSPECIFIED = 0 # Private access to and from Google Services configuration # inherited from the subnetwork configuration. This is the # default Compute Engine behavior. INHERIT_FROM_SUBNETWORK = 1 # Enables outbound private IPv6 access to Google Services from the Dataproc # cluster. OUTBOUND = 2 # Enables bidirectional private IPv6 access between Google Services and the # Dataproc cluster. BIDIRECTIONAL = 3 end end |
#service_account ⇒ ::String
Returns Optional. The Dataproc service account (also see VM Data Plane identity) used by Dataproc cluster VM instances to access Google Cloud Platform services.
If not specified, the Compute Engine default service account is used.
374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 |
# File 'proto_docs/google/cloud/dataproc/v1/clusters.rb', line 374 class GceClusterConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class MetadataEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end # `PrivateIpv6GoogleAccess` controls whether and how Dataproc cluster nodes # can communicate with Google Services through gRPC over IPv6. # These values are directly mapped to corresponding values in the # [Compute Engine Instance # fields](https://cloud.google.com/compute/docs/reference/rest/v1/instances). module PrivateIpv6GoogleAccess # If unspecified, Compute Engine default behavior will apply, which # is the same as # {::Google::Cloud::Dataproc::V1::GceClusterConfig::PrivateIpv6GoogleAccess::INHERIT_FROM_SUBNETWORK INHERIT_FROM_SUBNETWORK}. PRIVATE_IPV6_GOOGLE_ACCESS_UNSPECIFIED = 0 # Private access to and from Google Services configuration # inherited from the subnetwork configuration. This is the # default Compute Engine behavior. INHERIT_FROM_SUBNETWORK = 1 # Enables outbound private IPv6 access to Google Services from the Dataproc # cluster. OUTBOUND = 2 # Enables bidirectional private IPv6 access between Google Services and the # Dataproc cluster. BIDIRECTIONAL = 3 end end |
#service_account_scopes ⇒ ::Array<::String>
Returns 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:
374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 |
# File 'proto_docs/google/cloud/dataproc/v1/clusters.rb', line 374 class GceClusterConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class MetadataEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end # `PrivateIpv6GoogleAccess` controls whether and how Dataproc cluster nodes # can communicate with Google Services through gRPC over IPv6. # These values are directly mapped to corresponding values in the # [Compute Engine Instance # fields](https://cloud.google.com/compute/docs/reference/rest/v1/instances). module PrivateIpv6GoogleAccess # If unspecified, Compute Engine default behavior will apply, which # is the same as # {::Google::Cloud::Dataproc::V1::GceClusterConfig::PrivateIpv6GoogleAccess::INHERIT_FROM_SUBNETWORK INHERIT_FROM_SUBNETWORK}. PRIVATE_IPV6_GOOGLE_ACCESS_UNSPECIFIED = 0 # Private access to and from Google Services configuration # inherited from the subnetwork configuration. This is the # default Compute Engine behavior. INHERIT_FROM_SUBNETWORK = 1 # Enables outbound private IPv6 access to Google Services from the Dataproc # cluster. OUTBOUND = 2 # Enables bidirectional private IPv6 access between Google Services and the # Dataproc cluster. BIDIRECTIONAL = 3 end end |
#shielded_instance_config ⇒ ::Google::Cloud::Dataproc::V1::ShieldedInstanceConfig
Returns Optional. Shielded Instance Config for clusters using Compute Engine Shielded VMs.
374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 |
# File 'proto_docs/google/cloud/dataproc/v1/clusters.rb', line 374 class GceClusterConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class MetadataEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end # `PrivateIpv6GoogleAccess` controls whether and how Dataproc cluster nodes # can communicate with Google Services through gRPC over IPv6. # These values are directly mapped to corresponding values in the # [Compute Engine Instance # fields](https://cloud.google.com/compute/docs/reference/rest/v1/instances). module PrivateIpv6GoogleAccess # If unspecified, Compute Engine default behavior will apply, which # is the same as # {::Google::Cloud::Dataproc::V1::GceClusterConfig::PrivateIpv6GoogleAccess::INHERIT_FROM_SUBNETWORK INHERIT_FROM_SUBNETWORK}. PRIVATE_IPV6_GOOGLE_ACCESS_UNSPECIFIED = 0 # Private access to and from Google Services configuration # inherited from the subnetwork configuration. This is the # default Compute Engine behavior. INHERIT_FROM_SUBNETWORK = 1 # Enables outbound private IPv6 access to Google Services from the Dataproc # cluster. OUTBOUND = 2 # Enables bidirectional private IPv6 access between Google Services and the # Dataproc cluster. BIDIRECTIONAL = 3 end end |
#subnetwork_uri ⇒ ::String
Returns 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:
https://www.googleapis.com/compute/v1/projects/[project_id]/regions/[region]/subnetworks/sub0
projects/[project_id]/regions/[region]/subnetworks/sub0
sub0
.
374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 |
# File 'proto_docs/google/cloud/dataproc/v1/clusters.rb', line 374 class GceClusterConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class MetadataEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end # `PrivateIpv6GoogleAccess` controls whether and how Dataproc cluster nodes # can communicate with Google Services through gRPC over IPv6. # These values are directly mapped to corresponding values in the # [Compute Engine Instance # fields](https://cloud.google.com/compute/docs/reference/rest/v1/instances). module PrivateIpv6GoogleAccess # If unspecified, Compute Engine default behavior will apply, which # is the same as # {::Google::Cloud::Dataproc::V1::GceClusterConfig::PrivateIpv6GoogleAccess::INHERIT_FROM_SUBNETWORK INHERIT_FROM_SUBNETWORK}. PRIVATE_IPV6_GOOGLE_ACCESS_UNSPECIFIED = 0 # Private access to and from Google Services configuration # inherited from the subnetwork configuration. This is the # default Compute Engine behavior. INHERIT_FROM_SUBNETWORK = 1 # Enables outbound private IPv6 access to Google Services from the Dataproc # cluster. OUTBOUND = 2 # Enables bidirectional private IPv6 access between Google Services and the # Dataproc cluster. BIDIRECTIONAL = 3 end end |
#tags ⇒ ::Array<::String>
Returns The Compute Engine tags to add to all instances (see Tagging instances).
374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 |
# File 'proto_docs/google/cloud/dataproc/v1/clusters.rb', line 374 class GceClusterConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class MetadataEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end # `PrivateIpv6GoogleAccess` controls whether and how Dataproc cluster nodes # can communicate with Google Services through gRPC over IPv6. # These values are directly mapped to corresponding values in the # [Compute Engine Instance # fields](https://cloud.google.com/compute/docs/reference/rest/v1/instances). module PrivateIpv6GoogleAccess # If unspecified, Compute Engine default behavior will apply, which # is the same as # {::Google::Cloud::Dataproc::V1::GceClusterConfig::PrivateIpv6GoogleAccess::INHERIT_FROM_SUBNETWORK INHERIT_FROM_SUBNETWORK}. PRIVATE_IPV6_GOOGLE_ACCESS_UNSPECIFIED = 0 # Private access to and from Google Services configuration # inherited from the subnetwork configuration. This is the # default Compute Engine behavior. INHERIT_FROM_SUBNETWORK = 1 # Enables outbound private IPv6 access to Google Services from the Dataproc # cluster. OUTBOUND = 2 # Enables bidirectional private IPv6 access between Google Services and the # Dataproc cluster. BIDIRECTIONAL = 3 end end |
#zone_uri ⇒ ::String
Returns Optional. The Compute Engine zone where the Dataproc cluster will be located. If omitted, the service will pick a zone in the cluster's Compute Engine region. On a get request, zone will always be present.
A full URL, partial URI, or short name are valid. Examples:
https://www.googleapis.com/compute/v1/projects/[project_id]/zones/[zone]
projects/[project_id]/zones/[zone]
[zone]
.
374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 |
# File 'proto_docs/google/cloud/dataproc/v1/clusters.rb', line 374 class GceClusterConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class MetadataEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end # `PrivateIpv6GoogleAccess` controls whether and how Dataproc cluster nodes # can communicate with Google Services through gRPC over IPv6. # These values are directly mapped to corresponding values in the # [Compute Engine Instance # fields](https://cloud.google.com/compute/docs/reference/rest/v1/instances). module PrivateIpv6GoogleAccess # If unspecified, Compute Engine default behavior will apply, which # is the same as # {::Google::Cloud::Dataproc::V1::GceClusterConfig::PrivateIpv6GoogleAccess::INHERIT_FROM_SUBNETWORK INHERIT_FROM_SUBNETWORK}. PRIVATE_IPV6_GOOGLE_ACCESS_UNSPECIFIED = 0 # Private access to and from Google Services configuration # inherited from the subnetwork configuration. This is the # default Compute Engine behavior. INHERIT_FROM_SUBNETWORK = 1 # Enables outbound private IPv6 access to Google Services from the Dataproc # cluster. OUTBOUND = 2 # Enables bidirectional private IPv6 access between Google Services and the # Dataproc cluster. BIDIRECTIONAL = 3 end end |