Class: Google::Cloud::Dataproc::V1::NodeGroupAffinity
- Inherits:
-
Object
- Object
- Google::Cloud::Dataproc::V1::NodeGroupAffinity
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/dataproc/v1/clusters.rb
Overview
Node Group Affinity for clusters using sole-tenant node groups.
The Dataproc NodeGroupAffinity
resource is not related to the
Dataproc NodeGroup resource.
Instance Attribute Summary collapse
-
#node_group_uri ⇒ ::String
Required.
Instance Attribute Details
#node_group_uri ⇒ ::String
Returns Required. The URI of a sole-tenant node group resource that the cluster will be created on.
A full URL, partial URI, or node group name are valid. Examples:
https://www.googleapis.com/compute/v1/projects/[project_id]/zones/[zone]/nodeGroups/node-group-1
projects/[project_id]/zones/[zone]/nodeGroups/node-group-1
node-group-1
.
428 429 430 431 |
# File 'proto_docs/google/cloud/dataproc/v1/clusters.rb', line 428 class NodeGroupAffinity include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |