Class: Google::Cloud::Dataproc::V1::NodeGroupAffinity

Inherits:
Object
  • Object
show all
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

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.

Returns:

  • (::String)

    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