Google Cloud Dataproc V1 Client - Class NodeGroupAffinity (3.5.1)

Reference documentation and code samples for the Google Cloud Dataproc V1 Client class NodeGroupAffinity.

Node Group Affinity for clusters using sole-tenant node groups.

The Dataproc NodeGroupAffinity resource is not related to the Dataproc NodeGroup resource.

Generated from protobuf message google.cloud.dataproc.v1.NodeGroupAffinity

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ node_group_uri 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

getNodeGroupUri

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
TypeDescription
string

setNodeGroupUri

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
Parameter
NameDescription
var string
Returns
TypeDescription
$this