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
Namespace
Google \ Cloud \ Dataproc \ V1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
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: * |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |