GoogleApi.Dataproc.V1.Model.NodeGroupAffinity (google_api_dataproc v0.47.0) View Source
Node Group Affinity for clusters using sole-tenant node groups.
Attributes
-
nodeGroupUri
(type:String.t
, default:nil
) - Required. The URI of a sole-tenant node group resource (https://cloud.google.com/compute/docs/reference/rest/v1/nodeGroups) 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
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.Dataproc.V1.Model.NodeGroupAffinity{ nodeGroupUri: String.t() | nil }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.