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.

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/us-central1-a/nodeGroups/node-group-1
  • projects/[project_id]/zones/us-central1-a/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/us-central1-a/nodeGroups/node-group-1
    • projects/[project_id]/zones/us-central1-a/nodeGroups/node-group-1
    • node-group-1


388
389
390
391
# File 'proto_docs/google/cloud/dataproc/v1/clusters.rb', line 388

class NodeGroupAffinity
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end